gzgetss

gzgetss -- get line from gz-file pointer and strip HTML tags

Description

string gzgetss(int zp, int length);

Identical to gzgets(), except that gzgetss attempts to strip any HTML and PHP tags from the text it reads.

See also gzgets(), and gzopen().