Function dump
Returns information about a variable.
The function uses xdebug_var_dump() if [Xdebug](http://xdebug.org/) is installed, otherwise it uses print_r() output wrapped in a PRE element.
Parameters summary
mixed |
$value |
Return value summary
string
|