|
gzgetssGet line from gz-file pointer and strip HTML tags Warning
This function has been DEPRECATED as of PHP 7.3.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged. Description
string gzgetss(resource
$zp , int $length , string $allowable_tags = ?)Identical to gzgets, except that gzgetss attempts to strip any HTML and PHP tags from the text it reads. Parameters
Return Values
The uncompressed and stripped string, or Examples
Example #1 gzgetss example
See Also
|