PHP 8.3.4 Released!

stream_bucket_new

(PHP 5, PHP 7, PHP 8)

stream_bucket_new Crear un nuevo recipiente para usarlo en el flujo actual

Descripción

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

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

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