PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
In PHP 5 only public, private and protected properties of objects will be returned in the output.
Tip: Ako so v�etk�m, �o zobrazuje svoje v�sledky priamo do browsera, m�ete pou�i� funkcie kontroly v�stupu na zachytenie v�stupu tejto funkcie a ulo�i� ho do stringu (napr�klad).
See also var_export() and print_r().
Predchádzajúci | Domov | Nasledujúci |
unset | Hore | var_export |