Method String::wordWrap
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Wrap words after a particular number of characers
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