API15:JBuffer/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:JBuffer/stream tell
Contents |
Syntax
stream_tell()
Defined in
libraries/joomla/utilities/buffer.php
Importing
jimport( 'joomla.utilities.buffer' );
Source Body
function stream_tell() { return $this->position; }
[Edit See Also] SeeAlso:JBuffer/stream tell
Examples
<CodeExamplesForm />
