public function FileContent::seek in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php \org\bovigo\vfs\content\FileContent::seek()
seeks to the given offset
Parameters
int $offset:
int $whence:
Return value
bool
1 method overrides FileContent::seek()
- SeekableFileContent::seek in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ content/ SeekableFileContent.php - seeks to the given offset
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ content/ FileContent.php, line 47
Class
- FileContent
- Interface for actual file contents.
Namespace
org\bovigo\vfs\contentCode
public function seek($offset, $whence);