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";
17 var_dump($zip->getCommentName('foo'));21 echo $zip->getCommentName('') . "\n";33 ZipArchive::getCommentName(): Argument #1 ($name) cannot be empty
145 public function getCommentName(string $name, int $flags = 0): string|false {} function in ZipArchive
331 ZEND_METHOD(ZipArchive, getCommentName);420 ZEND_ME(ZipArchive, getCommentName, arginfo_class_ZipArchive_getCommentName, ZEND_ACC_PUBLIC)
2337 PHP_METHOD(ZipArchive, getCommentName) argument
Completed in 27 milliseconds