mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
bd341c2fca
commit
2bb8c86445
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.stream-context-create" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_context_create</refname>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<para>
|
||||
Must be an associative array in the format
|
||||
<literal>$arr['parameter'] = $value</literal>.
|
||||
Refer to <function>stream_context_set_params</function> for
|
||||
Refer to <link linkend="context.params">context parameters</link> for
|
||||
a listing of standard stream parameters.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="function.stream-context-set-option" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_context_set_option</refname>
|
||||
|
@ -50,6 +50,10 @@
|
|||
array of associative arrays in the format
|
||||
<literal>$arr['wrapper']['option'] = $value</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Refer to <link linkend="context">context options and parameters</link>
|
||||
for a listing of stream options.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="function.stream-context-set-params" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_context_set_params</refname>
|
||||
|
@ -68,7 +68,8 @@
|
|||
<row>
|
||||
<entry><literal>options</literal></entry>
|
||||
<entry>
|
||||
Array of options as in <function>stream_context_create</function>.
|
||||
Array of options as in <link linkend="context">context options and
|
||||
parameters</link>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue