PHP Classes

some bugs in readme.md

Recommend this page to a friend!

      Hydrogen Zipper  >  All threads  >  some bugs in readme.md  >  (Un) Subscribe thread alerts  
Subject:some bugs in readme.md
Summary:only to run it without questions....
Messages:1
Author:Superluk
Date:2017-04-03 12:53:26
 

  1. some bugs in readme.md   Reply   Report abuse  
Picture of Superluk Superluk - 2017-04-03 12:53:26
$zip->make(“file.zip”)->add(“/file”); // --->>> should be: add("file/");

$zip->exctract(“file.zip”)->to(“/files”); // --->>> should be: extract (not: exctract)

$zip->exctract(“file.zip”)->only([“home.jpg”,”index.jpg”])->to(“/files”); // extract onlye mutli files from file.zip to /files --->>> the same: extract

Also change the quotes to " ;-)