gzgetss

 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.

戻り値

The uncompressed and striped string, or FALSE on error.