Function __global->inspect
Definitions
sources/developer_tools.php
- Output whatever arguments are given for debugging. If possible it'll output with plain text, but if output has already started it will attach messages.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Output whatever arguments are given for debugging. If possible it'll output with plain text, but if output has already started it will attach messages.
*
*/
function inspect()
* Output whatever arguments are given for debugging. If possible it'll output with plain text, but if output has already started it will attach messages.
*
*/
function inspect()

