Searched refs:setArchiveComment (Results 1 – 6 of 6) sorted by relevance
22 var_dump($zip->setArchiveComment($longComment));40 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
30 var_dump($zip->setArchiveComment('archive'));32 var_dump($zip->setArchiveComment('archive'));
22 $z->setArchiveComment( 'new archive comment');
122 public function setArchiveComment(string $comment): bool {} function in ZipArchive
320 ZEND_METHOD(ZipArchive, setArchiveComment);409 ZEND_ME(ZipArchive, setArchiveComment, arginfo_class_ZipArchive_setArchiveComment, ZEND_ACC_PUBLIC)
2036 PHP_METHOD(ZipArchive, setArchiveComment) argument
Completed in 24 milliseconds