downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

stream_set_timeout> <stream_set_chunk_size
[edit] Last updated: Fri, 24 May 2013

view this page in

stream_set_read_buffer

(PHP 5 >= 5.3.3)

stream_set_read_bufferSet read file buffering on the given stream

Descrierea

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.

Parametri

stream

The file pointer.

buffer

The number of bytes to buffer. If buffer is 0 then read operations are unbuffered. This ensures that all reads with fread() are completed before other processes are allowed to read from that input stream.

Valorile întoarse

Returns 0 on success, or EOF if the request cannot be honored.

Vedeți de asemenea



add a note add a note User Contributed Notes stream_set_read_buffer - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites