Back to BufferStreamHandler class

Method stream_tell

public int
stream_tell
()
Function to get the current position of the stream
Returns
  • int
Since
  • 1.7.0
-
  • \Joomla\CMS\Utility\streamWrapper::stream_tell

Method stream_tell - Source code

/**
 * Function to get the current position of the stream
 *
 * @return  integer
 *
 * @see     streamWrapper::stream_tell
 * @since   1.7.0
 */
public function stream_tell()
{
    return $this->position;
}