Method String::substrHtml
 Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Shorten a HTML 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). Preserves allowed tags.
 public function string substrHtml(string $strString, integer $intNumberOfChars)
 Parameters
- string $strString
 - Not documented yet. Please add documentation to this entry.
 - integer $intNumberOfChars
 - Not documented yet. Please add documentation to this entry.
 

Add a comment