API17:JStream::seek
From Joomla! Documentation
JStream::seek
Description
Seek the file.
public function seek (
$offset
$whence=SEEK_SET
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $offset | |||
| $whence | SEEK_SET |
- Returns
- Defined on line 558 of libraries/joomla/filesystem/stream.php
See also
JStream::seek source code on BitBucket
Class JStream
Subpackage Filesystem- Other versions of JStream::seek
User contributed notes
Code Examples