eio_get_last_error

(PECL eio >= 1.0.0) Returns string describing the last error associated with a request resource string eio_get_last_error ( resource $req ) eio_get_last_error() returns string describing the last error associated with req. Parameters: req The request resource Returns: eio_get_last_error() returns string describing the last error associated wit

eio_get_event_stream

(PECL eio >= 0.3.1b) Get stream representing a variable used in internal communications with libeio. mixed eio_get_event_stream ( void ) eio_get_event_stream() acquires stream representing a variable used in internal communications with libeio. Could be used to bind with some event loop provided by other PECL extension, for example libevent. Returns: eio_get_event_stream() returns stream on suc

eio_futime

(PECL eio >= 0.0.1dev) Change file last access and modification times resource eio_futime ( mixed $fd, float $atime, float $mtime [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_futime() changes file last access and modification times. Parameters: fd Stream, Socket resource, or numeric file descriptor, e.g. returned by eio_

eio_ftruncate

(PECL eio >= 0.0.1dev) Truncate a file resource eio_ftruncate ( mixed $fd [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_ftruncate() causes a regular file referenced by fd file descriptor to be truncated to precisely length bytes. Parameters: fd Stream, Socket resource, or numeric file descriptor.

eio_fsync

(PECL eio >= 0.0.1dev) Synchronize a file's in-core state with storage device resource eio_fsync ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Synchronize a file's in-core state with storage device Parameters: fd Stream, Socket resource, or numeric file descriptor. pri The reques

eio_fstatvfs

(PECL eio >= 0.0.1dev) Get file system statistics resource eio_fstatvfs ( mixed $fd, int $pri, callable $callback [, mixed $data ] ) eio_fstatvfs() returns file system statistics in result of callback. Parameters: fd A file descriptor of a file within the mounted file system. pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO

eio_fstat

(PECL eio >= 0.0.1dev) Get file status resource eio_fstat ( mixed $fd, int $pri, callable $callback [, mixed $data ] ) eio_fstat() returns file status information in result argument of callback Parameters: fd Stream, Socket resource, or numeric file descriptor. pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NU

eio_fdatasync

(PECL eio >= 0.0.1dev) Synchronize a file's in-core state with storage device. resource eio_fdatasync ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_fdatasync() synchronizes a file's in-core state with storage device. Parameters: fd Stream, Socket resource, or numeric file descriptor, e.g. returned by eio_open(

eio_fchown

(PECL eio >= 0.0.1dev) Change file ownership resource eio_fchown ( mixed $fd, int $uid [, int $gid = -1 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_fchown() changes ownership of the file specified by fd file descriptor. Parameters: fd Stream, Socket resource, or numeric file descriptor. uid

eio_fchmod

(PECL eio >= 0.0.1dev) Change file permissions. resource eio_fchmod ( mixed $fd, int $mode [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_fchmod() changes permissions for the file specified by fd file descriptor. Parameters: fd Stream, Socket resource, or numeric file descriptor, e.g. returned by eio_open().