SeekableStreamInterface
extends
StreamInterface
in
Table of Contents
- seek() : StreamInterface
- tell() : int
- Returns the current position of the pointer.
Methods
seek()
public
seek(mixed $position) : StreamInterface
Parameters
- $position : mixed
Return values
StreamInterface —tell()
Returns the current position of the pointer.
public
tell() : int