Method String::substr
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Shorten a string to a certain number of characters
Shortens a string to a given number of characters preserving words
(therefore it might be a bit shorter or longer than the number of
characters specified). Stips all tags.
public function string substr(string $strString, integer $intNumberOfChars, boolean $blnAddEllipsis)
Parameters
- string $strString
- Not documented yet. Please add documentation to this entry.
- integer $intNumberOfChars
- Not documented yet. Please add documentation to this entry.
- boolean $blnAddEllipsis
- Default: false
- Not documented yet. Please add documentation to this entry.
Add a comment