File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed
reference/stream/functions Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f7b3a3a469091c4015c224356de4824eb99b9232 Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: d5859815063bb6d3a0953c773920ce7425cf912e Maintainer: hirokawa Status: ready -->
4
4
<refentry xml : id =" function.stream-context-set-option" xmlns =" http://docbook.org/ns/docbook" >
5
5
<refnamediv >
6
6
<refname >stream_context_set_option</refname >
16
16
<methodparam ><type >string</type ><parameter >option</parameter ></methodparam >
17
17
<methodparam ><type >mixed</type ><parameter >value</parameter ></methodparam >
18
18
</methodsynopsis >
19
+ <para >
20
+ 以下のシグネチャは、PHP 8.4.0 以降で非推奨となりました。
21
+ 代わりに <function >stream_context_set_options</function > を使用してください。
19
22
<methodsynopsis >
20
23
<type >bool</type ><methodname >stream_context_set_option</methodname >
21
24
<methodparam ><type >resource</type ><parameter >stream_or_context</parameter ></methodparam >
22
25
<methodparam ><type >array</type ><parameter >options</parameter ></methodparam >
23
26
</methodsynopsis >
27
+ </para >
24
28
<simpara >
25
29
指定されたストリームまたはコンテキストのオプションを設定します。
26
30
<parameter >value</parameter > の内容が
97
101
</para >
98
102
</refsect1 ><!-- }}} -->
99
103
100
- </refentry >
104
+ <refsect1 role =" changelog" >
105
+ &reftitle.changelog;
106
+ <informaltable >
107
+ <tgroup cols =" 2" >
108
+ <thead >
109
+ <row >
110
+ <entry >&Version; </entry >
111
+ <entry >&Description; </entry >
112
+ </row >
113
+ </thead >
114
+ <tbody >
115
+ <row >
116
+ <entry >8.4.0</entry >
117
+ <entry >
118
+ 2 引数のシグネチャは非推奨となりました。
119
+ 代わりに <function >stream_context_set_options</function > を使用してください。
120
+ </entry >
121
+ </row >
122
+ </tbody >
123
+ </tgroup >
124
+ </informaltable >
125
+ </refsect1 >
101
126
127
+ </refentry >
102
128
<!-- Keep this comment at the end of the file
103
129
Local variables:
104
130
mode: sgml
You can’t perform that action at this time.
0 commit comments