API16:JStreamString/stream eof
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Description:JStreamString/stream eof
Contents |
Syntax
stream_eof()
Defined in
libraries/joomla/filesystem/streams/string.php
Importing
jimport( 'joomla.filesystem.streams.string' );
Source Body
function stream_eof() { if ($this->_pos > $this->_len) { return true; } return false; }
[Edit See Also] SeeAlso:JStreamString/stream eof
Examples
<CodeExamplesForm />
