|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
extends the Zip object More...
Inheritance diagram for Zip_Extended:
Collaboration diagram for Zip_Extended:Public Member Functions | |
| add_file_pattern ( $p_folder, $p_pattern) | |
| add file to the current file from a folder matching the pattern $p_pattern | |
| add_recurse_folder ($dir, $zipdir='') | |
| Function to recursively add a directory, sub-directories and files to a zip archive. | |
extends the Zip object
Definition at line 31 of file zip_extended.class.php.
| Zip_Extended::add_file_pattern | ( | $p_folder, | |
| $p_pattern ) |
add file to the current file from a folder matching the pattern $p_pattern
| $p_folder | string folder where are the file to add |
| $p_pattern | string pattern syntax preg_match |
| throw | an exception err message is ERR-EZ95 if file cannot be added |
Definition at line 85 of file zip_extended.class.php.
| Zip_Extended::add_recurse_folder | ( | $dir, | |
| $zipdir = '' ) |
Function to recursively add a directory, sub-directories and files to a zip archive.
Definition at line 41 of file zip_extended.class.php.
References $file, and add_recurse_folder().
Referenced by add_recurse_folder().
Here is the call graph for this function: