Home
last modified time | relevance | path

Searched refs:atime (Results 1 – 2 of 2) sorted by relevance

/php-uv/
H A DREADME.md2412 ### void uv_fs_utime(resource $loop, string $path, long $utime, long $atime, callable $callback)
2426 *long $atime*:
2438 ### void uv_fs_futime(resource $loop, zval $fd, long $utime, long $atime callable $callback)
2452 *long $atime*:
H A Dphp_uv.c1017 zend_long utime, atime; local
1020 PHP_UV_FS_PARSE_PARAMETERS(3, Z_PARAM_STR(path) Z_PARAM_LONG(utime) Z_PARAM_LONG(atime));
1021 PHP_UV_FS_SETUP_AND_EXECUTE(utime, path->val, utime, atime);
1027 zend_long utime, atime; local
1030 PHP_UV_FS_PARSE_PARAMETERS(3, Z_PARAM_RESOURCE(zstream) Z_PARAM_LONG(utime) Z_PARAM_LONG(atime));
1035 PHP_UV_FS_ASYNC(loop, futime, fd, utime, atime);
3274 ZEND_ARG_INFO(0, atime)
3282 ZEND_ARG_INFO(0, atime)

Completed in 28 milliseconds