PHP Velho Oeste 2024

HttpResponse::setStream

(PECL pecl_http >= 0.10.0)

HttpResponse::setStreamSet stream

Beschreibung

static bool HttpResponse::setStream ( resource $stream )

Set the resource to be sent.

Hinweis: Bereits berechnete oder definierte ETag- und Last-ModifiedWerte werden neu berechnet oder definiert.

Parameter-Liste

stream

already opened stream from which the data to send will be read

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top