mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added constants for buffer`s mode
Closes GH-461.
This commit is contained in:
parent
efe24a91ef
commit
e1bdd7825e
1 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue