API16

API16:JStreamString/stream tell

From Joomla! Documentation

Revision as of 22:48, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JStreamString/...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton]

Template:Description:JStreamString/stream tell

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] Template:SeeAlso:JStreamString/stream tell

Examples

<CodeExamplesForm />