/ Published in: PHP
Similar to substr(), only this doesn't chop up words and adds a notification if the string has been shortened.
Expand |
Embed | Plain Text
function subsent($string, $start = 0, $length = 0, $cap = '...') { return $string; } }
You need to login to post a comment.
