|
MIOLO26
|
Membros públicos | |
| __construct () | |
| setContentType ($strValue) | |
| _setContentLength () | |
| setContentDisposition ($strValue) | |
| setContentTransferEncoding ($strValue) | |
| setFileName ($strValue) | |
| setFileNameDown ($strValue) | |
| send () | |
| sendText ($text, $type) | |
Campos de Dados | |
| $contentType | |
| $contentLength | |
| $contentDisposition | |
| $contentTransferEncoding | |
| $fileName | |
| $fileNameDown | |
| $baseName | |
Brief Class Description. Complete Class Description.
| __construct | ( | ) |
Constructor @access public
Brief Description. Complete Description.
| _setContentLength | ( | ) |
It configures value Header 'ContentLength' with the size of the informed file
| send | ( | ) |
Init Download @access public Brief Description. Complete Description.
| sendText | ( | $text, | |
| $type ) |
Brief Description. Complete Description.
| $text | (tipo) desc |
| $type | (tipo) desc |
| setContentDisposition | ( | $strValue | ) |
It configures value Header 'ContentDisposition' @access public Brief Description. Complete Description.
| $strValue | (tipo) desc |
| setContentTransferEncoding | ( | $strValue | ) |
It configures value Header 'ContentTransferEncoding' @access public Brief Description. Complete Description.
| $strValue | (tipo) desc |
| setContentType | ( | $strValue | ) |
It configures value Header 'ContentType'
@access public Brief Description. Complete Description.
| $strValue | (tipo) desc |
| setFileName | ( | $strValue | ) |
It configures the real name of the archive in the server @access public Brief Description. Complete Description.
| $strValue | (tipo) desc |
Prevents unwanted access ../*
| setFileNameDown | ( | $strValue | ) |
It configures the personalized name of the file (therefore it can be different of the located real name in the server) @access public Brief Description. Complete Description.
| $strValue | (tipo) desc |
| $baseName |
Attribute Description.
| $contentDisposition |
Attribute Description.
| $contentLength |
Attribute Description.
| $contentTransferEncoding |
Attribute Description.
| $contentType |
Attribute Description.
| $fileName |
Attribute Description.
| $fileNameDown |
Attribute Description.