Home
last modified time | relevance | path

Searched refs:deleteIndex (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/zip/tests/
H A Doo_delete.phpt33 if ($zip->deleteIndex(0)) {
49 if (!$zip->deleteIndex(123)) {
H A Doo_getstatusstring.phpt16 $arch->deleteIndex(2);
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php148 public function deleteIndex(int $index): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h332 ZEND_METHOD(ZipArchive, deleteIndex);
421 ZEND_ME(ZipArchive, deleteIndex, arginfo_class_ZipArchive_deleteIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2515 PHP_METHOD(ZipArchive, deleteIndex) argument

Completed in 17 milliseconds