downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

streamWrapper::stream_flush> <streamWrapper::stream_close
Last updated: Fri, 20 May 2011

view this page in

streamWrapper::stream_eof

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_eofComprueba si un puntero a un archivo está en el final del archivo (EOF)

Descripción

public bool streamWrapper::stream_eof ( void )

Este método es llamado en respuesta a feof().

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Debería devolver TRUE si la posición de lectura/escritura está al final del flujo y no hay más información disponible para leer, o de otro modo FALSE.

Ver también

  • feof() - Comprueba si el puntero a un archivo está al final del archivo



add a note add a note User Contributed Notes streamWrapper::stream_eof
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites