|
PHP5中文手册
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
] )
The function dio_seek() is used to change the file position of the given file descriptor. 参数
返回值
范例
Example#1 Positioning in a file
<?php |