Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: modifier.debug_print_var.php

Source Location: /bblog/smarty_plugins/modifier.debug_print_var.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_debug_print_var  [line 22]

string smarty_modifier_debug_print_var( array|object $var, [integer $depth = 0], [integer $length = 40]  )

Smarty debug_print_var modifier plugin

Type: modifier
Name: debug_print_var
Purpose: formats variable contents for display in the console

Parameters:
array|object   $var: 
integer   $depth: 
integer   $length: 

Information Tags:
Link:  debug_print_var (Smarty online manual)

[ Top ]