stream_bucket_new

(PHP 5, PHP 7, PHP 8)

stream_bucket_new Create a new bucket for use on the current stream

Descrizione

stream_bucket_new(resource $stream, string $buffer): StreamBucket
Avviso

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

Log delle modifiche

Versione Descrizione
8.4.0 This function returns a StreamBucket instance now; previously, an stdClass was returned.
add a note

User Contributed Notes

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