PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

stream_copy_to_stream> <stream_context_set_option
Last updated: Fri, 10 Oct 2008

view this page in

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 )

params は、次のような形式の連想配列でなくてはなりません: $params['paramname'] = "paramvalue";.

設定できるパラメータの一覧
パラメータ 目的
notification ストリームから何らかの通知があった時に呼ばれる、ユーザ定義のコールバック関数を指定します。
options stream_context_create() へのオプションの配列を指定します。


add a note add a note User Contributed Notes
stream_context_set_params
There are no user contributed notes for this page.

stream_copy_to_stream> <stream_context_set_option
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites