dio_seekSeeks 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
|