Dutch PHP Conference 2025 - Call For Papers

stream_bucket_new

(PHP 5, PHP 7, PHP 8)

stream_bucket_new Create a new bucket for use on the current stream

Опис

stream_bucket_new(resource $stream, string $buffer): object
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

add a note

User Contributed Notes 1 note

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