| AND OR | string words | *

manual for feof | search for "feof" | back to php | image editing


feof

(PHP 3, PHP 4 , PHP 5)

feof -- Tests for end-of-file on a file pointer

Description

bool feof ( resource handle)

Returns TRUE if the file pointer is at EOF or an error occurs (including socket timeout); otherwise returns FALSE .

Warning

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.

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

Manual © 2001-2010 The PHP Group
© 2010 phparadise | go to the top | search phparadise | generated in 0.02 seconds

32 hits by 20 users in the last 30 minutes.