PHP 8.3.4 Released!

stream_bucket_new

(PHP 5, PHP 7, PHP 8)

stream_bucket_new Cria um novo bucket para uso no fluxo atual

Descrição

stream_bucket_new(resource $stream, string $buffer): object
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

add a note

User Contributed Notes 1 note

up
0
carlosv775 at gmail dot com
4 years ago
This function returns FALSE if something wrong happens. If the stream is not available for instance.
To Top