|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | Smarty |
Functions | |
| smarty_modifier_wordwrap ($string, $length=80, $break="\n", $cut=false) | |
| smarty_modifier_wordwrap | ( | $string, | |
$length = 80, |
|||
$break = "\n", |
|||
$cut = false |
|||
| ) |
Smarty wordwrap modifier plugin
Type: modifier
Name: wordwrap
Purpose: wrap a string of text at a given length wordwrap (Smarty online manual) Monte Ohrt
| string | |
| integer | |
| string | |
| boolean |
Definition at line 24 of file modifier.wordwrap.php.