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