Identical to fgets(), except that fgetss attempts to strip any HTML and PHP tags from the text it reads.
You can use the optional third parameter to specify tags which should not be stripped.
Bemærk: allowable_tags was added in PHP 3.0.13, PHP 4.0.0.
Parameter length is optional since PHP 5.
Bemærk: Hvis du har problemer med at PHP ikke genkender endelserne på linier når du læser fra filer som er oprettet på en Macintosh computer, er er du muligt du skal aktivere auto_detect_line_endings konfigurations direktivet.
See also fgets(), fopen(), fsockopen(), popen(), and strip_tags().