Searched refs:setMtimeName (Results 1 – 4 of 4) sorted by relevance
8 if (!method_exists('ZipArchive', 'setMtimeName')) die('skip libzip too old');34 var_dump($zip->setMtimeName('foo', $t1));
736 public function setMtimeName(string $name, int $timestamp, int $flags = 0): bool {}
342 ZEND_METHOD(ZipArchive, setMtimeName);434 ZEND_ME(ZipArchive, setMtimeName, arginfo_class_ZipArchive_setMtimeName, ZEND_ACC_PUBLIC)
2471 PHP_METHOD(ZipArchive, setMtimeName) argument
Completed in 19 milliseconds