Manuál PHP | ||
---|---|---|
Předcházející | Další |
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 only public properties of objects will be returned in the output. var_export() and print_r() will also return protected and private properties.
Tip: Jako pro cokoliv, co posílá své výsledky přímo do prohlížeče, můžete použít funkce pro řízení výstupu k zachycení výstupu této funkce a jeho uložení - například - do řetězce (string).
See also var_export() and print_r().
Předcházející | Domů | Další |
unset | Nahoru | var_export |