stream_set_read_buffer

 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 EOF if the request cannot be honored.