reference/stream/functions/stream-context-get-params.xml
6a5b227850bbad1ec81fd52b6a08e12e3f2c03ac
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.stream-context-get-params" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>stream_context_get_params</refname>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>array</type><methodname>stream_context_get_params</methodname>
14
-
<methodparam><type>resource</type><parameter>stream_or_context</parameter></methodparam>
13
+
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Retrieves parameter and options information from the stream or context.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>stream_or_context</parameter></term>
25
+
<term><parameter>context</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
A stream <type>resource</type> or a
...
...
@@ -82,14 +81,12 @@ array(2) {
82
81
<para>
83
82
<simplelist>
84
83
<member><function>stream_context_set_option</function></member>
85
-
<member><function>stream_context_get_params</function></member>
86
84
<member><function>stream_context_set_params</function></member>
87
85
</simplelist>
88
86
</para>
89
87
</refsect1>
90
88

91
89
</refentry>
92
-

93
90
<!-- Keep this comment at the end of the file
94
91
Local variables:
95
92
mode: sgml
...
...
@@ -110,4 +107,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
110
107
vim: et tw=78 syn=sgml
111
108
vi: ts=1 sw=1
112
109
-->
113
-

114
110