include/Smarty/plugins/modifier.count_characters.php
Smarty plugin
- Package
- Smarty
- Subpackage
- plugins
Functions
smarty_modifier_count_characters(
$string, boolean $include_spaces
=
false
)
:
integerSmarty count_characters modifier plugin
Type: modifier
Name: count_characteres
Purpose: count the number of characters in a text
| Name | Type | Description |
|---|---|---|
| $string | string |
|
| $include_spaces | boolean | include whitespace in the character count |
| Type | Description |
|---|---|
| integer |
- Author
- Monte Ohrt
- Link
- (Smarty online manual)