openlss/func-debug

Debugging helper functions


Keywords
debug, output, var_dump
License
LGPL-3.0+

Documentation

func-debug

Debugging helper functions

Usage

$var = array('test'=>'testing');
debug_dump($var);

Reference

debug_dump($var1,[$var2,$var3...])

This function follows the exact prototype of PHP's var_dump