|
getline
Required Parameters: string $value, int $length
Optional Parameters: None
Returns: string
Description: This function discards HTML line formatting tags to extract the first line in a string of given length. The string is given by $value, and the length by $length.
function getline($value, $length)
|