API16

API16:JStreamString/stream tell

From Joomla! Documentation

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;
}



Examples

Code Examples