Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_delete.phpt35 if ($zip->deleteIndex(0)) {
51 if (!$zip->deleteIndex(123)) {
H A Doo_getstatusstring.phpt16 $arch->deleteIndex(2);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php135 public function deleteIndex(int $index) {} function in ZipArchive
H A Dphp_zip_arginfo.h319 ZEND_METHOD(ZipArchive, deleteIndex);
408 ZEND_ME(ZipArchive, deleteIndex, arginfo_class_ZipArchive_deleteIndex, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2506 PHP_METHOD(ZipArchive, deleteIndex) argument

Completed in 23 milliseconds