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()

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();