Back to StreamString class

Method stream_tell

public int
stream_tell
()
Method to get the current position
Returns
  • int The position
Since
  • 1.7.0
Class: StreamString
Project: Joomla

Method stream_tell - Source code

/**
 * Method to get the current position
 *
 * @return  integer  The position
 *
 * @since   1.7.0
 */
public function stream_tell()
{
    return $this->pos;
}