HTTP_Download::staticSend()

HTTP_Download::staticSend() --  Static send

Referentiesamenvatting

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

Beschrijving

Send a download statically without instantiating an HTTP_Download object.

Parameter

Zie

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

Return waarde

Geeft TRUE terug bij success, PEAR_Error als het faalt.

Note

Deze functie zou statisch moeten worden aangeroepen.