stream_tell ()

Retrieve the current position of a stream. This method is called in response to ftell().

Access

public

Returns

Type

Description

integer

Returns the current position of the stream.

Source

Method defined in extensions/s3streamwrapper.class.php | Toggle source view (4 lines) | View on GitHub

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

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback