Home
last modified time | relevance | path

Searched refs:setArchiveComment (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Doo_setcomment_error.phpt22 var_dump($zip->setArchiveComment($longComment));
40 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
H A Doo_setcomment.phpt30 var_dump($zip->setArchiveComment('archive'));
32 var_dump($zip->setArchiveComment('archive'));
/PHP-8.2/ext/zip/examples/
H A Dget_set_comments.php22 $z->setArchiveComment( 'new archive comment');
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php720 public function setArchiveComment(string $comment): bool {}
H A Dphp_zip_arginfo.h334 ZEND_METHOD(ZipArchive, setArchiveComment);
426 ZEND_ME(ZipArchive, setArchiveComment, arginfo_class_ZipArchive_setArchiveComment, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2052 PHP_METHOD(ZipArchive, setArchiveComment) argument

Completed in 24 milliseconds