update : 2015.11.03
php.shukuma.com검색:
|
dio_seek(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) 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. 인수
반환값
예제
Example #1 Positioning in a file
<?php |