FOF30\Utils\Buffer::stream_tell PHP Method

stream_tell() public method

Function to get the current position of the stream
See also: streamWrapper::stream_tell
Since: 11.1
public stream_tell ( ) : integer
return integer
    public function stream_tell()
    {
        return $this->position;
    }