|
truncate
Required Parameters: string $value, int $length
Optional Parameters: None
Returns: string
Description: This function truncates a string given by $value so that it has a length of $length. An ellipses is automatically appended to the end of the string.
function truncate($value, $length)
|