public function StreamInterface::ftell

Returns the current position of the file read/write pointer

Return value

int|bool Returns the position of the file pointer or false on error

2 methods override StreamInterface::ftell()
AbstractEntityBodyDecorator::ftell in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
@codeCoverageIgnore
Stream::ftell in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Returns the current position of the file read/write pointer

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 156

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function ftell();