Home
last modified time | relevance | path

Searched refs:utime (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)
2416 async utime
2424 *long $utime*:
2438 ### void uv_fs_futime(resource $loop, zval $fd, long $utime, long $atime callable $callback)
2450 *long $utime*:
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);
3273 ZEND_ARG_INFO(0, utime)
3281 ZEND_ARG_INFO(0, utime)

Completed in 29 milliseconds