sendfile()
public static sendfile ( mixed $outfd, string $path, callable $cb, callable $startCb = null, integer $offset, integer $length = null, integer $pri = EIO_PRI_DEFAULT ) : true | ||
$outfd | mixed | File descriptor |
$path | string | Path |
$cb | callable | Callback |
$startCb | callable | Start callback |
$offset | integer | Offset |
$length | integer | Length |
$pri | integer | Priority |
return | true | Success |