PHP » PYTHON |
login |
register |
about
|
import os os.lseek(fd, pos, whence) dio_seek(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5) dio_seek — Seeks to pos on fd from whence Description
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. Parameters
Return Values
Examples
Example #1 Positioning in a file
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|