PHP » GoLang |
login |
register |
about
|
GoLang stream_set_write_buffer
request it (360)
GoLang replacement for PHP's stream_set_write_buffer
[edit | history]
stream_set_write_buffer(PHP 4 >= 4.3.0, PHP 5, PHP 7) stream_set_write_buffer — Sets write file buffering on the given stream Description
int stream_set_write_buffer
( resource
$stream
, int $buffer
)
Sets the buffering for write operations on the given Parameters
Return ValuesReturns 0 on success, or another value if the request cannot be honored. Examples
Example #1 stream_set_write_buffer() example The following example demonstrates how to use stream_set_write_buffer() to create an unbuffered stream.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|