API16

JBuffer/stream tell: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 21: Line 21:


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=stream_tell
  category=stream_tell
  category=JBuffer
  category=JBuffer
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*

Latest revision as of 01:20, 25 March 2017

<! removed transcluded page call, red link never existed >

Syntax

stream_tell()


Defined in

libraries/joomla/utilities/buffer.php

Importing

jimport( 'joomla.utilities.buffer' );

Source Body

function stream_tell() {
        return $this->position;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples