smarty_mb_wordwrap (line 22)
Wrap a string to a given number of characters
string
smarty_mb_wordwrap
(string $str, [int $width = 75], [string $break = "\n"], [boolean $cut = false])
-
string
$str: the string to wrap
-
int
$width: the width of the output
-
string
$break: the character used to break the line
-
boolean
$cut: ignored parameter, just for the sake of