API16:JStreamString/stream tell
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 tell
Contents |
Syntax
stream_tell()
Defined in
libraries/joomla/filesystem/streams/string.php
Importing
jimport( 'joomla.filesystem.streams.string' );
Source Body
function stream_tell() { return $this->_pos; }
[Edit See Also] SeeAlso:JStreamString/stream tell
Examples
<CodeExamplesForm />
