PHP-manual | ||
---|---|---|
Föregående | Nästa |
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.
Tips: Precis som med allting som skickar sin utdata direkt till webbläsaren kan du använda output-control-funktioner för att fånga datan från denna funktion, och spara den i en sträng (till exempel).
See also var_export() and print_r().
Föregående | Hem | Nästa |
unset | Upp | var_export |