Skip to content

Commit b663aa9

Browse files
authored
Document ob_start() change を取り込み (#4350) (#281)
1 parent 16b5594 commit b663aa9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reference/outcontrol/functions/ob-start.xml

Lines changed: 7 additions & 1 deletion
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: da6be21fef84d61cc4c621b3fe1d5fd2c9046c45 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: e58094c4537a9ac89a6a0a7e64a4256d63e05514 Maintainer: takagi Status: ready -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<refentry xml:id="function.ob-start" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -195,6 +195,12 @@
195195
</tbody>
196196
</tgroup>
197197
</informaltable>
198+
<note>
199+
<simpara>
200+
PHP 8.4.0 より前のバージョンでは、flags パラメータに
201+
<link linkend="outcontrol.constants.flags-returned-by-handler">出力ハンドラのステータスフラグ</link> も指定可能でした。
202+
</simpara>
203+
</note>
198204
</para>
199205
</listitem>
200206
</varlistentry>

0 commit comments

Comments
 (0)