(PECL eio >= 0.0.1dev)
eio_dup2 — Duplicate a file descriptor
$fd,$fd2,$pri = EIO_PRI_DEFAULT,$callback = NULL,$data = NULLeio_dup2() duplicates file descriptor.
fdfd2priEIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or null.
If null passed, pri internally is set to
EIO_PRI_DEFAULT.
callback
callback function is called when the request is done.
It should match the following prototype:
void callback(mixed $data, int $result[, resource $req]);dataresultreqdatacallback.
eio_dup2() returns request resource on success, o false in caso di fallimento.