![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|

Public Member Functions | |
| __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) | |
Data Fields | |
| $mimetype | |
| $ext | |
| $archiver | |
Sends non HTML files through a http socket
| __construct | ( | ) |
*#- Constructor
| _header | ( | $filename | ) |
Send the HTTP header
| string | $filename | @access private |

| addBinaryFile | ( | $filepath, | |
$newfilename = null |
|||
| ) |
XoopsDownloader::addBinaryFile()
| string | $filepath | |
| string | $newfilename |
Reimplemented in XoopsTarDownloader, and XoopsZipDownloader.
| addBinaryFileData | ( | & | $data, |
| $filename, | |||
$time = 0 |
|||
| ) |
XoopsDownloader::addBinaryFileData()
| mixed | $data | |
| string | $filename | |
| integer | $time |
Reimplemented in XoopsTarDownloader, and XoopsZipDownloader.
| addFile | ( | $filepath, | |
$newfilename = null |
|||
| ) |
| string | $filepath | |
| string | $newfilename |
Reimplemented in XoopsTarDownloader, and XoopsZipDownloader.
| addFileData | ( | & | $data, |
| $filename, | |||
$time = 0 |
|||
| ) |
XoopsDownloader::addFileData()
| mixed | $data | |
| string | $filename | |
| integer | $time |
Reimplemented in XoopsTarDownloader, and XoopsZipDownloader.
| download | ( | $name, | |
$gzip = true |
|||
| ) |
| string | $name | |
| boolean | $gzip |
Reimplemented in XoopsTarDownloader, and XoopsZipDownloader.
| $archiver |
| $ext |
| $mimetype |
*#+ file information