HTTP_Download::staticSendHTTP_Download::staticSend() --
Static send
Description
Send a download statically without instantiating an HTTP_Download object.
See
See also
setFile(),
setData(),
setResource(),
setGzip(),
setCache(),
setContentType(),
setLastModified(),
setContentDisposition(),
setBufferSize(),
setThrottleDelay(),
setParams().
Return value
Returns TRUE on success,
PEAR_Error on failure.
NoteThis function should be called
statically. |
|