March 2002
Intermediate to advanced
528 pages
21h 29m
English
fgetss
string fgetss(inthandle, intlength[, stringtags])
Reads a string from the file referenced by
handle; a string of no more than
length characters is returned, but the
read ends at length-1 (for the end-of-line
character) characters, at an end-of-line character, or at EOF. Any
PHP and HTML tags in the string, except those listed in
tags, are stripped before returning it.
Returns false if any error occurs.