JStream::seek
Seek the file
Note: the return value is different to that of fseek
Signature
public function seek(integer
$offset,
[integer
$whence = SEEK_SET] )
Parameters
-
$offset
- Offset to use when seeking.
-
$whence
- Seek mode to use.
Returns
- boolean
- True on success, false on failure