update : 2015.11.03
php.shukuma.com검색:
|
stream_set_read_buffer(PHP 5 >= 5.3.3) stream_set_read_buffer — Set read file buffering on the given stream 설명
int stream_set_read_buffer
( resource
$stream
, int $buffer
)Sets the read buffer. It's the equivalent of stream_set_write_buffer(), but for read operations. 인수
반환값Returns 0 on success, or another value if the request cannot be honored. 참고
|