Functions

Quick and dirty way to know a variable value.

debug(mixed $var) 

It uses the last changed mode.

package debug
version 1.0.0

Parameters

$var

mixed

the variable to be dumped

Quick and dirty way to know the assets list at the end of the page

debug_assets() 
package debug
version 1.0.0

Quick and dirty way to know the stack trace of a deprecated function

debug_deprecated() 
package debug
version 1.0.0

Quick and dirty way to know a variable value Usefull in a loop cause it doesn't break the execution with die

v(mixed $var) 
package debug
version 1.0.0

Parameters

$var

mixed

the variable to be dumped

Quick and dirty way to know a variable value in a production enviroment vc stays for <b>v</b>ar_dump() on a <b>c</b>omment

vc(mixed $var) 
package debug
version 1.0.0

Parameters

$var

mixed

the variable to be dumped

Quick and dirty way to know a variable value vd stays for <b>v</b>ar_dump() and <b>d</b>ie()

vd(mixed $var) 
package debug
version 1.0.0

Parameters

$var

mixed

the variable to be dumped