Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/examples/
H A Dget_set_comments.php14 echo "foobar/ " . $z->getCommentName('foobar/') . "\n";
30 echo $z->getCommentName('foobar/') . "\n";
33 echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n";
/PHP-8.2/ext/zip/tests/
H A Doo_getcomment.phpt17 var_dump($zip->getCommentName('foo'));
21 echo $zip->getCommentName('') . "\n";
33 ZipArchive::getCommentName(): Argument #1 ($name) cannot be empty
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php743 public function getCommentName(string $name, int $flags = 0): string|false {}
H A Dphp_zip_arginfo.h345 ZEND_METHOD(ZipArchive, getCommentName);
437 ZEND_ME(ZipArchive, getCommentName, arginfo_class_ZipArchive_getCommentName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2353 PHP_METHOD(ZipArchive, getCommentName) argument

Completed in 21 milliseconds