Answer the question
In order to leave comments, you need to log in
Can't unzip files on vps. Maybe I'm doing something wrong?
<?php
require_once('pclzip.lib.php');
$archive = new PclZip('11.zip');
if ($archive->extract() == 0) die("Error : ".$archive->errorInfo(true));
else echo('Ok!');
Answer the question
In order to leave comments, you need to log in
вам же написало
require_once(pclzip.lib.php): failed to open stream: No such file or directory
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question