update : 2015.11.03
php.shukuma.com검색:
|
eio_sendfile(PECL eio >= 0.0.1dev) eio_sendfile — Transfer data between file descriptors 설명
resource eio_sendfile
( mixed
$out_fd
, mixed $in_fd
, int $offset
, int $length
[, int $pri
[, callable $callback
[, string $data
]]] )eio_sendfile() copies data between one file descriptor and another. See SENDFILE(2) man page for details. 인수
반환값
eio_sendfile() returns request resource on success or |