php8.5
Home/ Manual/ eio / functions/ eio_futime

eio_futime

PHP function Edit on GitHub ✎

(PECL eio >= 0.0.1dev)

Change file last access and modification times

Description

eio_futime(mixed $fd, float $atime, float $mtime, int $pri = EIO_PRI_DEFAULT, callable $callback = NULL, mixed $data = NULL): resource

eio_futime() changes file last access and modification times.

Parameters

fd

Stream, Socket resource, or numeric file descriptor, e.g. returned by eio_open()

atime

Access time

mtime

Modification time

pri

Values

callback

Proto

data

Arbitrary variable passed to callback.

Return Values

eio_futime() returns request resource on success,Falseforfailure.

See Also

Source: reference/eio/functions/eio-futime.xml · from the official PHP manual (php/doc-en)