UTILITY
excerpt()
Create a compact, word-aware excerpt.
Signature
string excerpt(string $text, int $length, string $suffix = '…')
Example
excerpt('ShortPHP is a compact developer toolkit.', 20);Available from: 1.5.0