openlss/func-debug

Debugging helper functions

0.0.11 2013-04-03 08:43 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:17:43 UTC


README

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