From 2bb8c86445ae19787fb1ed9a00ee1831968c8d6c Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Mon, 23 Mar 2009 13:48:44 +0000 Subject: [PATCH] Change links to documentation for stream context options and parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277631 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/functions/stream-context-create.xml | 4 ++-- reference/stream/functions/stream-context-set-option.xml | 6 +++++- reference/stream/functions/stream-context-set-params.xml | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/reference/stream/functions/stream-context-create.xml b/reference/stream/functions/stream-context-create.xml index 02b2798fac..30a4aa9d68 100644 --- a/reference/stream/functions/stream-context-create.xml +++ b/reference/stream/functions/stream-context-create.xml @@ -1,5 +1,5 @@ - + stream_context_create @@ -40,7 +40,7 @@ Must be an associative array in the format $arr['parameter'] = $value. - Refer to stream_context_set_params for + Refer to context parameters for a listing of standard stream parameters. diff --git a/reference/stream/functions/stream-context-set-option.xml b/reference/stream/functions/stream-context-set-option.xml index eae937fd38..5b192ad96f 100644 --- a/reference/stream/functions/stream-context-set-option.xml +++ b/reference/stream/functions/stream-context-set-option.xml @@ -1,5 +1,5 @@ - + stream_context_set_option @@ -50,6 +50,10 @@ array of associative arrays in the format $arr['wrapper']['option'] = $value. + + Refer to context options and parameters + for a listing of stream options. + diff --git a/reference/stream/functions/stream-context-set-params.xml b/reference/stream/functions/stream-context-set-params.xml index a2476d4e7b..6c7f2192b8 100644 --- a/reference/stream/functions/stream-context-set-params.xml +++ b/reference/stream/functions/stream-context-set-params.xml @@ -1,5 +1,5 @@ - + stream_context_set_params @@ -68,7 +68,8 @@ options - Array of options as in stream_context_create. + Array of options as in context options and + parameters.