| [ Index ] |
PHP Cross Reference of phpBB 3.0 Beta 3 |
[Source view] [Print]
(no description)
| Copyright: | (c) 2005 phpBB Group |
| License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
| Version: | $Id: functions_compress.php,v 1.43 2006/11/03 23:09:15 davidmj Exp $ |
| File Size: | 650 lines (17 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
compress:: (4 methods):
add_file()
add_custom_file()
add_data()
methods()
compress_zip:: (7 methods):
compress_zip()
unix_to_dos_time()
extract()
close()
data()
file()
download()
compress_tar:: (6 methods):
compress_tar()
extract()
close()
data()
open()
download()
| add_file($src, $src_rm_prefix = '', $src_add_prefix = '', $skip_files = '') X-Ref |
| Add file to archive |
| add_custom_file($src, $filename) X-Ref |
| Add custom file (the filepath will not be adjusted) |
| add_data($src, $name) X-Ref |
| Add file data |
| methods() X-Ref |
| Return available methods |
Class: compress_zip - X-Ref
Zip creation class from phpMyAdmin 2.3.0 (c) Tobias Ratschiller, Olivier Müller, Loïc Chapeaux,| compress_zip($mode, $file) X-Ref |
| Constructor |
| unix_to_dos_time($time) X-Ref |
| Convert unix to dos time |
| extract($dst) X-Ref |
| Extract archive |
| close() X-Ref |
| Close archive |
| data($name, $data, $is_dir = false, $stat) X-Ref |
| Create the structures ... note we assume version made by is MSDOS |
| file() X-Ref |
| file |
| download($filename) X-Ref |
| Download archive |
Class: compress_tar - X-Ref
Tar/tar.gz compression routine| Generated: Wed Nov 22 00:35:05 2006 | Cross-referenced by PHPXref 0.6 |