Seeks to specific location in a stream. This method is called in response to fseek()
. The read/write
position of the stream should be updated according to the $offset
and $whence
parameters.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The number of bytes to offset from the start of the file. |
|
|
Required |
Ignored. Always uses |
Returns
Type |
Description |
---|---|
Whether or not the seek was successful. |
Source
Method defined in extensions/s3streamwrapper.class.php | Toggle source view (6 lines) | View on GitHub