fgets Gets line from file pointer &reftitle.description; stringfgets resourcehandle intlength Gets a line from file pointer. &reftitle.parameters; handle &fs.validfp.all; length Reading ends when length - 1 bytes have been read, or a newline (which is included in the return value), or an EOF (whichever comes first). If no length is specified, it will keep reading from the stream until it reaches the end of the line. &reftitle.returnvalues; Returns a string of up to length - 1 bytes read from the file pointed to by handle. If there is no more data to read in the file pointer, then &false; is returned. If an error occurs, &false; is returned. &reftitle.examples; Reading a file line by line ]]> &reftitle.notes; ¬e.line-endings; People used to the 'C' semantics of fgets should note the difference in how EOF is returned. &reftitle.seealso; fgetss fread fgetc stream_get_line fopen popen fsockopen stream_set_timeout