eio_write

(PECL eio >= 0.0.1dev) Write to file resource eio_write ( mixed $fd, string $str [, int $length = 0 [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]]] ) eio_write() writes up to length bytes from str at offset offset from the beginning of the file. Parameters: fd Stream, Socket resource, or numeric file descri

eio_utime

(PECL eio >= 0.0.1dev) Change file last access and modification times. resource eio_utime ( string $path, float $atime, float $mtime [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Parameters: path Path to the file. atime Access time mtime Modification time

eio_unlink

(PECL eio >= 0.0.1dev) Delete a name and possibly the file it refers to resource eio_unlink ( string $path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_unlink() deletes a name from the file system. Parameters: path Path to file pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO

eio_truncate

(PECL eio >= 0.0.1dev) Truncate a file resource eio_truncate ( string $path [, int $offset = 0 [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]]] ) eio_truncate() causes the regular file named by path to be truncated to a size of precisely length bytes Parameters: path File path offset Offset fr

eio_syncfs

(PECL eio >= 0.0.1dev) Calls Linux' syncfs syscall, if available resource eio_syncfs ( mixed $fd [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Parameters: fd File descriptor pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri internally is set to E

eio_sync

(PECL eio >= 0.0.1dev) Commit buffer cache to disk resource eio_sync ([ int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) Returns: eio_sync() returns request resource on success or FALSE on error.

eio_sync_file_range

(PECL eio >= 0.0.1dev) Sync a file segment with disk resource eio_sync_file_range ( mixed $fd, int $offset, int $nbytes, int $flags [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_sync_file_range() permits fine control when synchronizing the open file referred to by the file descriptor fd with disk. Parameters: fd File desc

eio_symlink

(PECL eio >= 0.0.1dev) Create a symbolic link resource eio_symlink ( string $path, string $new_path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_symlink() creates a symbolic link new_path to path. Parameters: path Source path new_path Target path pri

eio_statvfs

(PECL eio >= 0.0.1dev) Get file system statistics resource eio_statvfs ( string $path, int $pri, callable $callback [, mixed $data ] ) eio_statvfs() returns file system statistics information in result argument of callback Parameters: path Pathname of any file within the mounted file system pri The request priority: EIO_PRI_DEFAULT, E

eio_stat

(PECL eio >= 0.0.1dev) Get file status resource eio_stat ( string $path, int $pri, callable $callback [, mixed $data = NULL ] ) eio_stat() returns file status information in result argument of callback Parameters: path The file path pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO_PRI_MAX, or NULL. If NULL passed, pri inte