stream_context_set_params
(PHP 4 >= 4.3.0, PHP 5)
stream_context_set_params — ストリーム / ラッパ / コンテキストのパラメータを設定する
説明
bool stream_context_set_params
( resource $stream_or_context
, array $params
)
指定したコンテキストのパラメータを設定します。
パラメータ
- stream_or_context
-
パラメータを適用したいストリームあるいはコンテキスト。
- params
-
設定するパラメータ。
注意: params は、次のような形式の連想配列でなくてはなりません: $params['paramname'] = "paramvalue";
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
stream_context_set_params
There are no user contributed notes for this page.
