feof

(PHP 3, PHP 4 , PHP 5)

feof -- Verifica se è stata raggiunta la fine del file su un puntatore a file

Descrizione

bool 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.

Avvertimento

Se una connessione aperta da fsockopen() non è stata chiusa dal server, feof() attenderà finchè un timeout non sia stato raggiunto e restituisce TRUE. Il valore di timeout di default è 60 secondi. Si può usare stream_set_timeout() per cambiare questo valore.

The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen().

Hosting by: hurra.com
Generated: 2007-01-26 17:56:24