func-debug

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

Languagephp
Version0.0.0
Git URLhttps://github.com/nullivex/func-debug
LicenseGPL-3.0
DescriptionDebugging helper functions
Keywords