stream_bucket_append

(PHP 5, PHP 7, PHP 8)

stream_bucket_append Append bucket to brigade

Descrizione

stream_bucket_append(resource $brigade, StreamBucket $bucket): void
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Log delle modifiche

Versione Descrizione
8.4.0 bucket expects a StreamBucket instance now; previously, an stdClass was expected.
add a note

User Contributed Notes

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