Method String::wordWrap

Meta:

Written by

Leo Feyer <http://www.contao.org>

/system/libraries/String.php line 323
Automatically extracted PHP DOC comment from code:

Wrap words after a particular number of characers

END OF PHP DOC
public function string wordWrap(string $strString, int $strLength, string $strBreak)

Parameters

string $strString
Not documented yet. Please add documentation to this entry.
int $strLength
Default: 75
Not documented yet. Please add documentation to this entry.
string $strBreak
Default: "\n"
Not documented yet. Please add documentation to this entry.

Add a comment

Please calculate 4 plus 1.