-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/zip/examples/
File Upload :
Current File : //usr/src/php/ext/zip/examples/comment.php

<?php
$z = new ZipArchive;
$z->open('test_with_comment.zip');
// Add "Foo Comment" as comment for the foo entry
$z->setCommentName('foo', 'Too Comment ' . time());
$z->close();

Copyright © 2017 || Recoded By Mr.Bumblebee