com doc/fr: Apply commit e1bdd7825e47a96dc07562ea8d625513f8135ff0: reference/stream/constants.xml

[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:14 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    9999b69ab1dc088ba7905b3f1504bb0cec351b6e
Author:    George Peter Banyard <[email protected]>         Wed, 24 Feb 2021 17:10:51 +0000
Parents:   a6e55b6e4de91485f77444e7adf53dc5a46b9b72
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=9999b69ab1dc088ba7905b3f1504bb0cec351b6e

Log:
Apply commit e1bdd7825e47a96dc07562ea8d625513f8135ff0

Added constants for buffer's mode

Changed paths:
  M  reference/stream/constants.xml


Diff:
diff --git a/reference/stream/constants.xml b/reference/stream/constants.xml
index 882fb711af..1914847e22 100644
--- a/reference/stream/constants.xml
+++ b/reference/stream/constants.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: jpauli Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: e1bdd7825e47a96dc07562ea8d625513f8135ff0 Maintainer: jpauli Status: ready -->
+<!-- Reviewed: no -->
 
 <appendix xml:id="stream.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> &reftitle.constants;
  &extension.constants;
@@ -370,6 +370,24 @@
        Utilisé avec <function>stream_metadata</function>, pour spécifier un appel <function>chmod</function>.
       </entry>
      </row>
+     <row xml:id="constant.stream-buffer-none">
+      <entry><constant>STREAM_BUFFER_NONE</constant></entry>
+      <entry>
+       Pas de tampon utilisé.
+      </entry>
+     </row>
+     <row xml:id="constant.stream-buffer-line">
+      <entry><constant>STREAM_BUFFER_LINE</constant></entry>
+      <entry>
+       Tampon par ligne.
+      </entry>
+     </row>
+     <row xml:id="constant.stream-buffer-full">
+      <entry><constant>STREAM_BUFFER_FULL</constant></entry>
+      <entry>
+       Tampon complet.
+      </entry>
+     </row>
     </tbody>
    </tgroup>
   </informaltable>