| ★ wanayoo — archive 1999 http://www.phpwebdev.com/manual/function.feof.html | Nouvelle recherche | Portail wanayoo |
int feof(int fp);Returns true if the file pointer is at EOF or an error occurs; otherwise returns false.
The file pointer must be valid, and must point to a file successfully opened by fopen(), popen(), or fsockopen().