HTTP_Download::staticSend()

HTTP_Download::staticSend() --  Static send

Synopsis

mixed HTTP_Download::staticSend (array $params, bool [$guess = false])

Description

Send a download statically without instantiating an HTTP_Download object.

Parameter

See

See also setFile(), setData(), setResource(), setGzip(), setCache(), setContentType(), setLastModified(), setContentDisposition(), setBufferSize(), setThrottleDelay(), setParams().

Return value

Returns TRUE on success, PEAR_Error on failure.

Note

This function should be called statically.