SEARCH:
Previous: fsMakeDirNested Next: AddSlash

fsGets

resource File_handle
string Line


Reads a line from an open file using PHP fgets(), then removes any CR or LF characters, so it can be split in array or otherwise handled w/o worries about Unix/Mac/Windows compatibility or stray characters.

Previous: fsMakeDirNested Next: AddSlash