Function DebugFsStreamWrapper->stream_seek
Definitions
sources/debug_fs.php
- Seeks on a file pointer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$offset | integer | required parameter | N/A | N/A | The offset (meaning depends on whence) |
$whence | integer | 0 | N/A | N/A | SEEK_SET, SEEK_CUR or SEEK_END |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A