|
| __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) |
|
| __construct () |
|
| _header ($filename) |
|
| addFile ($filepath, $newfilename=null) |
|
| addBinaryFile ($filepath, $newfilename=null) |
|
| addFileData (&$data, $filename, $time=0) |
|
| addBinaryFileData (&$data, $filename, $time=0) |
|
| download ($name, $gzip=true) |
|
◆ __construct()
__construct |
( |
|
$ext = '.zip' , |
|
|
|
$mimyType = 'application/x-zip' |
|
) |
| |
◆ addBinaryFile()
addBinaryFile |
( |
|
$filepath, |
|
|
|
$newfilename = null |
|
) |
| |
Add Binary File
- Parameters
-
string | $filepath | |
string | $newfilename | |
Reimplemented from XoopsDownloader.
◆ addBinaryFileData()
addBinaryFileData |
( |
& |
$data, |
|
|
|
$filename, |
|
|
|
$time = 0 |
|
) |
| |
Add Binary File Data
- Parameters
-
string | $data | |
string | $filename | |
int | string | $time | |
Reimplemented from XoopsDownloader.
◆ addFile()
addFile |
( |
|
$filepath, |
|
|
|
$newfilename = null |
|
) |
| |
Add file
- Parameters
-
string | $filepath | |
string | $newfilename | |
Reimplemented from XoopsDownloader.
◆ addFileData()
addFileData |
( |
& |
$data, |
|
|
|
$filename, |
|
|
|
$time = 0 |
|
) |
| |
Add File Data
- Parameters
-
string | $data | |
string | $filename | |
int | mixed | $time | |
Reimplemented from XoopsDownloader.
◆ download()
download |
( |
|
$name, |
|
|
|
$gzip = true |
|
) |
| |
The documentation for this class was generated from the following file: