Пример #1
0
 public function seek($position, $whence = null)
 {
     return $this->stream->seek($position, $whence);
 }
Пример #2
0
 public function seek($position, $whence = null)
 {
     $this->initializeStream();
     return $this->stream->seek($position, $whence);
 }