Home
last modified time | relevance | path

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

/php-src/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-src/ext/zip/
H A Dphp_zip.stub.php718 public function deleteName(string $name): bool {}
H A Dphp_zip_arginfo.h358 ZEND_METHOD(ZipArchive, deleteName);
450 ZEND_ME(ZipArchive, deleteName, arginfo_class_ZipArchive_deleteName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2605 PHP_METHOD(ZipArchive, deleteName) argument

Completed in 41 milliseconds