parent root
PHP: stream_bucket_new - Manual

stream_bucket_new

(PHP 5, PHP 7)

stream_bucket_new Create a new bucket for use on the current stream

Description

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

This function is currently not documented; only its argument list is available.

add a noteadd a note

User Contributed Notes 1 note

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