function PharStreamWrapper::stream_seek

Parameters

int $offset:

int $whence:

Return value

bool

File

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

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_seek($offset, $whence = SEEK_SET) {
    return $this->invokeInternalStreamWrapper('fseek', $this->internalResource, $offset, $whence) !== -1;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.