eio_utime
PHP function
Edit on GitHub ✎
(PECL eio >= 0.0.1dev)
Change file last access and modification times
Description
eio_utime(string $path, float $atime, float $mtime, int $pri = EIO_PRI_DEFAULT, callable $callback = NULL, mixed $data = NULL): resource
Parameters
pathPath to the file.
atimeAccess time
mtimeModification time
priValues
callbackProto
dataArbitrary variable passed to
callback.
Return Values
eio_utime() returns request resource on success,Falseforfailure.