Function smarty_mb_wordwrap
Wrap a string to a given number of characters
Package: Smarty\PluginsShared
Author: Rodney Rehm
Link: for similarity
Located at plugins/smarty/smarty_source/plugins/shared.mb_wordwrap.php
Author: Rodney Rehm
Link: for similarity
Located at plugins/smarty/smarty_source/plugins/shared.mb_wordwrap.php
string |
$str |
the string to wrap |
integer |
$width = 75 |
the width of the output |
string |
$break = "\n" |
the character used to break the line |
boolean |
$cut = false |
ignored parameter, just for the sake of |
string
|
wrapped string |