Searched refs:getCommentName (Results 1 – 5 of 5) sorted by relevance
14 echo "foobar/ " . $z->getCommentName('foobar/') . "\n";30 echo $z->getCommentName('foobar/') . "\n";33 echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n";
19 var_dump($zip->getCommentName('foo'));23 echo $zip->getCommentName('') . "\n";35 ZipArchive::getCommentName(): Argument #1 ($name) cannot be empty
132 public function getCommentName(string $name, int $flags = 0) {} function in ZipArchive
318 ZEND_METHOD(ZipArchive, getCommentName);407 ZEND_ME(ZipArchive, getCommentName, arginfo_class_ZipArchive_getCommentName, ZEND_ACC_PUBLIC)
2328 PHP_METHOD(ZipArchive, getCommentName) argument
Completed in 16 milliseconds