fgetss

fgetss

(PHP 4, PHP 5, PHP 7)

fgetssGets line from file pointer and strip HTML tags

Description

string fgetss ( resource $handle [, int $length [, string $allowable_tags ]] )

Identical to fgets(), except that fgetss() attempts to strip any NUL bytes, HTML and PHP tags from the text it reads.

Parameters

handle

The