HTTP_Download::staticSend()

HTTP_Download::staticSend() --  Static send

Synopsis

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

Beschreibung

Send a download statically without instantiating an HTTP_Download object.

Parameter

Siehe auch

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

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode sollte statisch aufgerufen werden..