|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($ext='.zip', $mimyType='application/x-zip') | |
| addFile ($filepath, $newfilename=null) | |
| addBinaryFile ($filepath, $newfilename=null) | |
| addFileData (&$data, $filename, $time=0) | |
| addBinaryFileData (&$data, $filename, $time=0) | |
| download ($name, $gzip=true) | |
Public Member Functions inherited from XoopsDownloader | |
| __construct () | |
| _header ($filename) | |
Additional Inherited Members | |
Data Fields inherited from XoopsDownloader | |
| $mimetype | |
| $ext | |
| $archiver | |
Definition at line 20 of file zipdownloader.php.
| __construct | ( | $ext = '.zip', | |
| $mimyType = 'application/x-zip' ) |
Definition at line 22 of file zipdownloader.php.
| addBinaryFile | ( | $filepath, | |
| $newfilename = null ) |
XoopsDownloader\addBinaryFile()
| string | $filepath | |
| string | $newfilename |
Reimplemented from XoopsDownloader.
Definition at line 40 of file zipdownloader.php.
| addBinaryFileData | ( | & | $data, |
| $filename, | |||
| $time = 0 ) |
XoopsDownloader\addBinaryFileData()
| mixed | $data | |
| string | $filename | |
| int | $time |
Reimplemented from XoopsDownloader.
Definition at line 56 of file zipdownloader.php.
| addFile | ( | $filepath, | |
| $newfilename = null ) |
| string | $filepath | |
| string | $newfilename |
Reimplemented from XoopsDownloader.
Definition at line 29 of file zipdownloader.php.
| addFileData | ( | & | $data, |
| $filename, | |||
| $time = 0 ) |
| mixed | $data | |
| string | $filename | |
| int | $time |
Reimplemented from XoopsDownloader.
Definition at line 51 of file zipdownloader.php.
| download | ( | $name, | |
| $gzip = true ) |
| string | $name | |
| bool | $gzip |
Reimplemented from XoopsDownloader.
Definition at line 61 of file zipdownloader.php.