PHP. Руководство по PHP. 2005
dio_seek
dio_seek
Описание
int dio_seek (resource fd, int pos [, int whence])The function dio_seek() is used to change the file position of the given file descriptor.
dio_seek
The function dio_seek() is used to change the file position of the given file descriptor.
fd
The file descriptor returned by dio_open().
pos
The new position.
whence
Specifies how the position pos should be interpreted:
SEEK_SET (default) - specifies that pos is specified from the beginning of the file.
dio_read
dio_stat
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪