eio_sendfile

Example

 ReturnType eio_sendfile ( string $out_fd , string $in_fd , string $offset , string $length [, string $pri [, string $callback [, string $data ]]] ) 

Description

eio_sendfile() copies data between one file descriptor and another. See SENDFILE(2) man page for details.

Return Values

eio_sendfile() returns request resource on success or FALSE on error.