Returns the current position of the file read/write pointer
int|bool Returns the position of the file pointer or false on error
Overrides StreamInterface::ftell
public function ftell() { return ftell($this->stream); }