65 public function seek(
int $offset );
Source interface for XML import.
readChunk()
Return a chunk of the input, as a (possibly empty) string.
isSeekable()
Check if the source is seekable and a call to self::seek is valid.
seek(int $offset)
Seek the input to the given offset.
atEnd()
Indicates whether the end of the input has been reached.