PHP stream_bucket_append() Function
The PHP stream_bucket_append() function appends bucket to brigade.
Syntax
stream_bucket_append(brigade, bucket)
Parameters
brigade |
Required. |
bucket |
Required. |
Note: This function is currently not documented. Only it's argument list is available.
❮ PHP Streams Reference