function DrupalLocalStreamWrapper::stream_eof
Support for feof().
Return value
TRUE if end-of-file has been reached.
Overrides StreamWrapperInterface::stream_eof
See also
http://php.net/manual/streamwrapper.stream-eof.php
File
-
includes/
stream_wrappers.inc, line 485
Class
- DrupalLocalStreamWrapper
- Drupal stream wrapper base class for local files.
Code
public function stream_eof() {
return feof($this->handle);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.