Searched refs:setMtimeName (Results 1 – 6 of 6) sorted by relevance
7 if (!method_exists('ZipArchive', 'setMtimeName')) die('skip libzip too old');33 var_dump($zip->setMtimeName('foo', $t1));
125 public function setMtimeName(string $name, int $timestamp, int $flags = 0) {} function in ZipArchive
315 ZEND_METHOD(ZipArchive, setMtimeName);404 ZEND_ME(ZipArchive, setMtimeName, arginfo_class_ZipArchive_setMtimeName, ZEND_ACC_PUBLIC)
2446 PHP_METHOD(ZipArchive, setMtimeName) argument
1569 . Add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods. (Remi)
991 . ZipArchive::setMtimeName and ZipArchive::setMtimeIndex to set the
Completed in 21 milliseconds