We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d915682 commit 8c9b382Copy full SHA for 8c9b382
zip-folder.php
@@ -1,6 +1,6 @@
1
// =========== https://github.com/ttodua/useful-php-scripts ================
2
// =========================================================================
3
-// zip_folder('path/to/input/folder', 'path/to/output_zip_file.zip') ;
+// zip_folder(__DIR__.'/path/to/input/folder', __DIR__.'/path/to/output_zip_file.zip') ;
4
5
6
function zip_folder ($input_folder, $output_zip_file) {
0 commit comments