Skip to content

Commit

Permalink
Update ob_implicit_flush
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Jan 14, 2024
1 parent 8695c5d commit 1c63b60
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions reference/outcontrol/functions/ob-implicit-flush.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cdc9d28d334bbc08386fecf8aade66080004a9dd Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 6851c0f2ae24bf7fd9fd5ce4391c8527722f614b Maintainer: hirokawa Status: ready -->
<!-- Credits: mumumu -->
<refentry xml:id="function.ob-implicit-flush" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ob_implicit_flush</refname>
<refpurpose>自動フラッシュをオンまたはオフにする</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
Expand All @@ -21,6 +21,14 @@
フラッシュ操作が行われるようになります。このため、<function>flush</function>
を明示的にコールする必要はなくなります。
</para>
<note>
<simpara>
この関数は、
<function>ob_start</function>
や <function>output_add_rewrite_var</function>
によって開始されたユーザーレベルの出力ハンドラには、何ら影響しません。
</simpara>
</note>
</refsect1>

<refsect1 role="parameters">
Expand Down

0 comments on commit 1c63b60

Please sign in to comment.