eio_fstatvfs
PHP function
Edit on GitHub ✎
(PECL eio >= 0.0.1dev)
Get file system statistics
Description
eio_fstatvfs(mixed $fd, int $pri, callable $callback, [mixed $data]): resource
eio_fstatvfs() returns file system statistics in result of callback.
Parameters
fdA file descriptor of a file within the mounted file system.
priValues
callbackProto
dataArbitrary variable passed to
callback.
Return Values
eio_fstatvfs() returns request resource on success,Falseforfailure.