stream_bucket_new

(PHP 5, PHP 7)

stream_bucket_new Create a new bucket for use on the current stream

说明

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

本函数还未编写文档,仅有参数列表。

User Contributed Notes

carlosv775 at gmail dot com 06-Jul-2019 07:50
This function returns FALSE if something wrong happens. If the stream is not available for instance.