Forum PHP 2025

stream_bucket_new

(PHP 5, PHP 7, PHP 8)

stream_bucket_new 現在のストリームで使用する新しい bucket を作成する

説明

stream_bucket_new(resource $stream, string $buffer): StreamBucket
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

変更履歴

バージョン 説明
8.4.0 この関数は StreamBucket のインスタンスを返すようになりました。これより前のバージョンでは、stdClass を返していました。
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top