Added constants for buffer`s mode

Closes GH-461.
This commit is contained in:
Alex Pavlov 2021-02-24 09:40:44 +03:00 committed by Christoph M. Becker
parent efe24a91ef
commit e1bdd7825e

View file

@ -359,6 +359,24 @@
Used with <function>stream_metadata</function>, to specify <function>chmod</function> call.
</entry>
</row>
<row xml:id="constant.stream-buffer-none">
<entry><constant>STREAM_BUFFER_NONE</constant></entry>
<entry>
No buffering.
</entry>
</row>
<row xml:id="constant.stream-buffer-line">
<entry><constant>STREAM_BUFFER_LINE</constant></entry>
<entry>
Line buffering.
</entry>
</row>
<row xml:id="constant.stream-buffer-full">
<entry><constant>STREAM_BUFFER_FULL</constant></entry>
<entry>
Full buffering.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>