Home
last modified time | relevance | path

Searched refs:setCommentName (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/zip/tests/
H A Doo_setcomment.phpt27 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt'));
28 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt'));
29 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
/PHP-7.3/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
H A Dget_set_comments.php21 $z->setCommentName('foobar/', 'new comment foobar/');
/PHP-7.3/ext/zip/
H A Dphp_zip.c2088 static ZIPARCHIVE_METHOD(setCommentName) in ZIPARCHIVE_METHOD() argument
3137 ZIPARCHIVE_ME(setCommentName, arginfo_ziparchive_setcommentname, ZEND_ACC_PUBLIC)

Completed in 15 milliseconds