Bir değişkene ait bilgileri ekrana çıktı olarak veren php metodudur.
<?php $sozcuk = "KodSözlük"; var_dump($sozcuk); ?>
string(11) "KodSözlük"