stream_seek() public method
Seeks to specific location in a stream.
This method is called in response to fseek().
See also \yii\mongodb\file\fseek().
| public boolean stream_seek ( $offset, $whence = SEEK_SET ) | ||
|---|---|---|
| $offset | integer |
The stream offset to seek to. |
| $whence | integer |
Possible values:
|
| return | boolean |
Return true if the position was updated, false otherwise. |
Please login to continue.