Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/zip/tests/
H A Doo_getcomment.phpt19 var_dump($zip->getCommentName('foo'));
23 echo $zip->getCommentName('') . "\n";
35 ZipArchive::getCommentName(): Argument #1 ($name) cannot be empty
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php132 public function getCommentName(string $name, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h318 ZEND_METHOD(ZipArchive, getCommentName);
407 ZEND_ME(ZipArchive, getCommentName, arginfo_class_ZipArchive_getCommentName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2328 PHP_METHOD(ZipArchive, getCommentName) argument

Completed in 16 milliseconds