stream_bucket_append

Append bucket to brigade

Description

void stream_bucket_append(resource $brigade, StreamBucket $bucket)
Warning

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

Changelog

Version Description
8.4.0 bucket expects a StreamBucket instance now; previously, an stdClass was expected.