![]() | feofDescrizionebool feof ( resource handle )Restituisce TRUE se il puntatore al file ha raggiunto la fine del file (EOF) o si è verificato un errore (anche in caso di timeout del socket); altrimenti restituisce FALSE.
The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen(). | ![]() | ||