dio_seek(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5) dio_seek — Seeks to pos on fd from whence Описание
   int dio_seek
    ( resource $fd
   , int $pos
   [, int $whence = SEEK_SET
  ] ) 
  The function dio_seek() is used to change the file position of the given file descriptor. Список параметров
 
 Возвращаемые значения
 Примеры
 Пример #1 Positioning in a file 
<?php | 
||