[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Add xml ids to user-level-output-buffers.xml
From:       haszi via Gina Peter Banyard <noreply () php ! net>
Date:       2024-01-27 19:31:38
Message-ID: UlqFlxneeW0LUHTO8mMQAVD60RR7Z6CJKU9D26DLGA () main ! php ! net
[Download RAW message or body]

Author: haszi
Committer: Gina Peter Banyard (Girgias)
Date: 2024-01-27T19:17:52Z

Commit: https://github.com/php/doc-en/commit/0ec4999397fd6f7dd382120d620b72e48103a683
Raw diff: https://github.com/php/doc-en/commit/0ec4999397fd6f7dd382120d620b72e48103a683.diff


Add xml ids to user-level-output-buffers.xml

Changed paths:
  M  reference/outcontrol/user-level-output-buffers.xml


Diff:

diff --git a/reference/outcontrol/user-level-output-buffers.xml \
b/reference/outcontrol/user-level-output-buffers.xml index a1e1c0d89f7..b18773cc4f1 \
                100644
--- a/reference/outcontrol/user-level-output-buffers.xml
+++ b/reference/outcontrol/user-level-output-buffers.xml
@@ -10,7 +10,7 @@
   </para>
  </section>
 
- <section>
+ <section xml:id="outcontrol.what-output-is-buffered">
   <title>What Output Is Buffered?</title>
   <para>
    PHP's user-level output buffers buffer all output after they are started
@@ -84,7 +84,7 @@
   </note>
  </section>
 
- <section>
+ <section xml:id="outcontrol.nesting-output-buffers">
   <title>Nesting Output Buffers</title>
   <para>
    If there is an output buffer active when a new buffer is started,
@@ -121,7 +121,7 @@
   </caution>
  </section>
 
- <section>
+ <section xml:id="outcontrol.buffer-size">
   <title>Buffer Size</title>
   <para>
    Buffer sizes are expressed by integers
@@ -169,7 +169,7 @@
   </para>
  </section>
 
- <section>
+ <section xml:id="outcontrol.operations-on-buffers">
   <title>Operations Allowed On Buffers</title>
   <para>
    The operations allowed on buffers can be controlled
@@ -301,7 +301,7 @@
   </caution>
  </section>
 
- <section>
+ <section xml:id="outcontrol.output-handlers">
   <title>Output Handlers</title>
   <para>
    Output handlers are <type>callable</type>s associated with output buffers
@@ -335,7 +335,7 @@
   </para>
  </section>
 
- <section>
+ <section xml:id="outcontrol.working-with-output-handlers">
   <title>Working With Output Handlers</title>
   <para>
    When invoked, output handlers are passed the contents of the buffer
@@ -408,7 +408,7 @@
   </note>
  </section>
 
- <section>
+ <section xml:id="outcontrol.flags-passed-to-output-handlers">
   <title>Flags Passed To Output Handlers</title>
   <para>
    The bitmask passed to the second <parameter>phase</parameter> parameter
@@ -464,7 +464,7 @@
   </note>
  </section>
 
- <section>
+ <section xml:id="outcontrol.output-handler-return-values">
   <title>Output Handler Return Values</title>
   <para>
    The return value of the output handler is internally coerced into a string

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic