stream_eof ()

Tests for end-of-file on a file pointer. This method is called in response to feof().

Access

public

Source

Method defined in extensions/s3streamwrapper.class.php | Toggle source view (4 lines) | View on GitHub

public function stream_eof()
{
    return $this->eof;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback