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 only public properties of objects will be returned in the output. var_export() and print_r() will also return protected and private properties.
Tip: Ako s čímkoľvek, čo dáva výstup priamo browseru, môžete použiť funkcie kontroly výstupu na zachytenie výstupu tejto funkcie a uloziť to v reťazci (napríklad).
See also var_export() and print_r().
Predchádzajúci | Domov | Nasledujúci |
unset | Hore | var_export |