API17:JUtility::dump
From Joomla! Documentation
JUtility::dump
Description
Method to dump the structure of a variable for debugging purposes.
public static function dump (
&$var
$htmlSafe=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$var | mixed | $var A variable | |
| $htmlSafe | boolean | true | True to ensure all characters are htmlsafe |
See also
JUtility::dump source code on BitBucket
Class JUtility
Subpackage Utilities- Other versions of JUtility::dump
User contributed notes
Code Examples