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

Procedural File: modifier.count_characters.php

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

Page Details

Smarty plugin

Functions
smarty_modifier_count_characters  [line 21]

integer smarty_modifier_count_characters( string $string, [boolean $include_spaces = false]  )

Smarty count_characters modifier plugin

Type: modifier
Name: count_characteres
Purpose: count the number of characters in a text

Parameters:
string   $string: 
boolean   $include_spaces:  include whitespace in the character count

Information Tags:
Link:  count_characters (Smarty online manual)

[ Top ]