JUtility::dump/1.5
From Joomla! Documentation
JUtility::dump
Description
Method to dump the structure of a variable for debugging purposes.
Description:JUtility::dump [Edit Descripton]
public function dump ( &$var $htmlSafe=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$var | mixed | A variable | |
| $htmlSafe | boolean | true | True to ensure all characters are htmlsafe |
See also
-
JUtility::dump on api.joomla.org
-
JUtility source code on JoomlaCode
-
Class JUtility
-
Subpackage Utilities
- Other versions of JUtility::dump
SeeAlso:JUtility::dump [Edit See Also]
User contributed notes
<CodeExamplesForm />