PHP stream_bucket_new() Function
The PHP stream_bucket_new() function creates a new bucket for use on the current stream.
Syntax
stream_bucket_new(stream, buffer)
Parameters
stream |
Required. |
buffer |
Required. |
Note: This function is currently not documented. Only it's argument list is available.
❮ PHP Streams Reference