Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/zip/
H A Dphp_zip.stub.php138 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h328 ZEND_METHOD(ZipArchive, setMtimeName);
417 ZEND_ME(ZipArchive, setMtimeName, arginfo_class_ZipArchive_setMtimeName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2455 PHP_METHOD(ZipArchive, setMtimeName) argument

Completed in 15 milliseconds