Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_delete.phpt37 if ($zip->deleteName('entry2.txt')) {
43 if ($zip->deleteName('dir/entry2.txt')) {
H A Dbug7658.phpt34 $zip->deleteName('content.xml');
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php151 public function deleteName(string $name): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h333 ZEND_METHOD(ZipArchive, deleteName);
422 ZEND_ME(ZipArchive, deleteName, arginfo_class_ZipArchive_deleteName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2540 PHP_METHOD(ZipArchive, deleteName) argument

Completed in 28 milliseconds