smarty_modifier_debug_print_var(array | object $var, integer $depth, integer $length) : string
Type: modifier
Name: debug_print_var
Purpose: formats variable contents for display in the console
| author | Monte Ohrt <monte at ohrt dot com> |
|---|
arrayobjectvariable to be formatted
integermaximum recursion depth if $var is an array
integermaximum string length if $var is a string
string