Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_setmtime.phpt7 if (!method_exists('ZipArchive', 'setMtimeName')) die('skip libzip too old');
33 var_dump($zip->setMtimeName('foo', $t1));
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php125 public function setMtimeName(string $name, int $timestamp, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h315 ZEND_METHOD(ZipArchive, setMtimeName);
404 ZEND_ME(ZipArchive, setMtimeName, arginfo_class_ZipArchive_setMtimeName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2446 PHP_METHOD(ZipArchive, setMtimeName) argument
/PHP-8.0/
H A DNEWS1569 . Add ZipArchive::setMtimeName and ZipArchive::setMtimeIndex methods. (Remi)
H A DUPGRADING991 . ZipArchive::setMtimeName and ZipArchive::setMtimeIndex to set the

Completed in 26 milliseconds