Method | Description | |
---|---|---|
isSeekable ( ) : boolean | Check if stream is seekable. | |
rewind ( ) | Move the file pointer to the beginning of the stream. | |
seek ( integer $offset, integer $whence = SEEK_SET ) | Move the file pointer to a new position. | |
tell ( ) : integer | Get the position of the file pointer. |
public isSeekable ( ) : boolean | ||
return | boolean |