You are here

public function PharStreamWrapper::stream_tell in Drupal 7

Return value

int

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 353

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_tell() {
  return $this
    ->invokeInternalStreamWrapper('ftell', $this->internalResource);
}