Method String::substr

Meta:

Written by

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

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

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.

END OF PHP DOC
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

What is the sum of 5 and 4?