Function __global->inspect_plain
Definitions
sources/developer_tools.php
- Output whatever arguments are given for debugging as text and exit. 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 as text and exit. If possible it'll output with plain text, but if output has already started it will attach messages.
*
*/
function inspect_plain()
* Output whatever arguments are given for debugging as text and exit. If possible it'll output with plain text, but if output has already started it will attach messages.
*
*/
function inspect_plain()

