$zip = new ZipArchive; $res = $zip->open(’my_zip_file.zip’); if ($res === TRUE) { $zip->extractTo(’my_extract_to_dir/’); $zip->close(); echo ‘ok’; } else { echo ‘failed’; }
Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...
No comments:
Post a Comment