Skip to content

Commit a494715

Browse files
committed
stream_context_set_option(): fix incorrect parameter name
php/doc-en@e2d1e1f
1 parent fda4cd4 commit a494715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/stream/functions/stream-context-set-option.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: d5859815063bb6d3a0953c773920ce7425cf912e Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: e2d1e1f44c935cedfa0f98912d0b7c3b0166a087 Maintainer: hirokawa Status: ready -->
44
<refentry xml:id="function.stream-context-set-option" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>stream_context_set_option</refname>
@@ -13,7 +13,7 @@
1313
<type>bool</type><methodname>stream_context_set_option</methodname>
1414
<methodparam><type>resource</type><parameter>stream_or_context</parameter></methodparam>
1515
<methodparam><type>string</type><parameter>wrapper</parameter></methodparam>
16-
<methodparam><type>string</type><parameter>option</parameter></methodparam>
16+
<methodparam><type>string</type><parameter>option_name</parameter></methodparam>
1717
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
1818
</methodsynopsis>
1919
<para>
@@ -56,7 +56,7 @@
5656
</listitem>
5757
</varlistentry>
5858
<varlistentry>
59-
<term><parameter>option</parameter></term>
59+
<term><parameter>option_name</parameter></term>
6060
<listitem>
6161
<para>
6262
オプションの名前

0 commit comments

Comments
 (0)