Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_setmtime.phpt41 var_dump($zip->setMtimeIndex(1, $t2));
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php135 public function setMtimeIndex(int $index, int $timestamp, int $flags = 0): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h325 ZEND_METHOD(ZipArchive, setMtimeIndex);
414 ZEND_ME(ZipArchive, setMtimeIndex, arginfo_class_ZipArchive_setMtimeIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2491 PHP_METHOD(ZipArchive, setMtimeIndex) argument

Completed in 16 milliseconds