PHP » PYTHON |
login |
register |
about
|
|
gzgetss(PHP 4, PHP 5) gzgetss — Get line from gz-file pointer and strip HTML tags 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 ValuesThe uncompressed and striped string, or FALSE on error. Changelog
Examples
Example #1 gzgetss() example
<?php
See Also
|
more
Recently updated
more
Most requested
|