PHP Function List
eof doesn't exist. Closest matches:
- sizeof
- feof
- gettimeofday
- gzeof
- echo
- eio_fstat
- eio_fsync
- eio_fchmod
- eio_syncfs
- eio_futime
- eio_fchown
- define
- export
- recode
- export
- decoct
- getopt
- eio_statvfs
- date_modify
- recode_file
Site Search Results
-
Johannes: Remember note from stream_get_meta_data page: For socket streams this member [eof] can be TRUE even when unread_bytes is non-zero.
-
Determine whether the end of file has been reached
-
EOF (end of file) is reached a packet becomes available or the socket timeout occurs (for network streams) if the stream is read buffered and it does not represent a plain ...
-
$this->eof = $this->currentrow >= $this->recordcount; } function movenext() { if ($this->currentrow < $this->recordcount) { $this->currentrow++; $this->set_eof(); } }
-
Reading ends when length - 1 bytes have been read, on a newline (which is included in the return value), or on EOF (whichever comes first).
-
while (PHP 4, PHP 5) while loops are the simplest type of loop in PHP. They behave just like their C counterparts. The basic form of a while statement is:
-
// Last read got some more data before hitting EOF? if ($sRecord != '') { if (($iPos = strpos ($sRecord, $sDelim)) !== FALSE) { fseek ($rFile, 0-strlen ($sRecord)+ $iPos + ...
-
eof (bool) - TRUE if the stream has reached end-of-file. Note that for socket streams this member can be TRUE even when unread_bytes is non-zero.
-
streamWrapper::stream_read - ManualstreamWrapper::stream_eof() is called directly after calling streamWrapper::stream_read() to check if EOF has been reached. If not implemented, EOF is assumed.
-
end() advances array's internal pointer to the last element, and returns its value.

Other forms of search
To search the string "eof" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
