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): StreamBucket 警告本函数还未编写文档,仅有参数列表。 更新日志 版本 说明 8.4.0 此函数现在返回 StreamBucket 实例;之前返回 stdClass。