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 5 only public, private and protected properties of objects will be returned in the output.
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).
Föregående | Hem | Nästa |
unset | Upp | var_export |