reference/libxml/functions/libxml-set-streams-context.xml
f90df97fa5ebfa6e7fcace04976900d6700467cc
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>void</type><methodname>libxml_set_streams_context</methodname>
14
-
<methodparam><type>resource</type><parameter>streams_context</parameter></methodparam>
14
+
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Sets the streams context for the next libxml document load or write.
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>streams_context</parameter></term>
26
+
<term><parameter>context</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The stream context resource (created with
...
...
@@ -79,7 +79,6 @@ $doc = DOMDocument::load('http://www.example.com/file.xml');
79
79
</para>
80
80
</refsect1>
81
81
</refentry>
82
-

83
82
<!-- Keep this comment at the end of the file
84
83
Local variables:
85
84
mode: sgml
86
85