diff --git a/reference/stream/functions/stream-context-create.xml b/reference/stream/functions/stream-context-create.xml index 8688f29f94..efde5518d5 100644 --- a/reference/stream/functions/stream-context-create.xml +++ b/reference/stream/functions/stream-context-create.xml @@ -1,5 +1,5 @@ - + stream_context_create @@ -10,6 +10,7 @@ resourcestream_context_create arrayoptions + arrayparams Creates and returns a stream context with any options supplied in @@ -21,6 +22,18 @@ $arr['wrapper']['option'] = $value. It defaults to an empty array. + + params must be an associative array + in the format $arr['parameter'] = $value. + Refer to stream_context_set_params for + a listing of standard stream parameters. + + + + The params argument + was added to PHP 6.0.0. + + Using <function>stream_context_create</function>