Returns TRUE if the file pointer is at EOF or an error occurs (including socket timeout); otherwise returns FALSE.
Advarsel |
feof() will return TRUE only if the connection opened by fsockopen() is closed. This can cause a script to timeout. The workaround for this is to use stream_set_timeout(), so that feof() will return FALSE on timeout. |
Filens pointer skal være gyldig, og skal pege på en fil, der er successfuldt åbnet af fopen() eller fsockopen().