Go to the source code of this file.
|
| Redirect (&$action, $appname, $actionname, $otherurl="", $httpparamredirect=false) |
|
| RedirectSender (&$action) |
|
| GetHttpVars ($name, $def="") |
|
| GetHttpCookie ($name, $def="") |
|
| SetHttpVar ($name, $def) |
|
| GetMimeType ($ext) |
|
| GetExt ($mime_type) |
|
| Http_Download ($src, $ext, $name, $add_ext=TRUE, $mime_type="") |
|
| Http_DownloadFile ($filename, $name, $mime_type= '', $inline=false, $cache=true, $deleteafter=false) |
|
| PrintAllHttpVars () |
|
| glue_url ($parsed) |
|
| setHeaderCache ($mime="text/css") |
|
GetHttpCookie |
( |
|
$name, |
|
|
|
$def = "" |
|
) |
| |
GetHttpVars |
( |
|
$name, |
|
|
|
$def = "" |
|
) |
| |
Http_Download |
( |
|
$src, |
|
|
|
$ext, |
|
|
|
$name, |
|
|
|
$add_ext = TRUE , |
|
|
|
$mime_type = "" |
|
) |
| |
Http_DownloadFile |
( |
|
$filename, |
|
|
|
$name, |
|
|
|
$mime_type = '' , |
|
|
|
$inline = false , |
|
|
|
$cache = true , |
|
|
|
$deleteafter = false |
|
) |
| |
Redirect |
( |
& |
$action, |
|
|
|
$appname, |
|
|
|
$actionname, |
|
|
|
$otherurl = "" , |
|
|
|
$httpparamredirect = false |
|
) |
| |
RedirectSender |
( |
& |
$action | ) |
|
setHeaderCache |
( |
|
$mime = "text/css" | ) |
|
SetHttpVar |
( |
|
$name, |
|
|
|
$def |
|
) |
| |