Home
last modified time | relevance | path

Searched refs:setMtimeName (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Doo_setmtime.phpt8 if (!method_exists('ZipArchive', 'setMtimeName')) die('skip libzip too old');
34 var_dump($zip->setMtimeName('foo', $t1));
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php736 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {}
H A Dphp_zip_arginfo.h342 ZEND_METHOD(ZipArchive, setMtimeName);
434 ZEND_ME(ZipArchive, setMtimeName, arginfo_class_ZipArchive_setMtimeName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2471 PHP_METHOD(ZipArchive, setMtimeName) argument

Completed in 19 milliseconds