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> |
---|
array
object
variable to be formatted
integer
maximum recursion depth if $var is an array
integer
maximum string length if $var is a string
string