--- nfo/php/libs/net.php.smarty/plugins/modifier.count_characters.php 2002/10/09 00:53:36 1.1 +++ nfo/php/libs/net.php.smarty/plugins/modifier.count_characters.php 2004/06/16 21:58:17 1.2 @@ -1,12 +1,22 @@ + * Name: count_characteres
* Purpose: count the number of characters in a text - * ------------------------------------------------------------- + * @link http://smarty.php.net/manual/en/language.modifier.count.characters.php + * count_characters (Smarty online manual) + * @param string + * @param boolean include whitespace in the character count + * @return integer */ function smarty_modifier_count_characters($string, $include_spaces = false) {