debug
The debug function is used for displaying debug information to the screen This includes the full contents of the object/array/variable passed to debug, as well as memory usage and date/time information.
bool
debug
(string $input, [string $color = 'FFFFFF'])
-
string
$input: Data to print to the screen
-
string
$color: HTML Color code to use when printing to the screen.
|