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

search for in the

stream_set_read_buffer> <stream_set_blocking
[edit] Last updated: Fri, 26 Apr 2013

view this page in

stream_set_chunk_size

(PHP 5 >= 5.4.0)

stream_set_chunk_sizeSet the stream chunk size

Description

int stream_set_chunk_size ( resource $fp , int $chunk_size )

Set the stream chunk size.

Parameters

fp

The target stream.

chunk_size

The desired new chunk size.

Return Values

Returns the previous chunk size on success.

Will return FALSE if chunk_size is less than 1 or greater than PHP_INT_MAX.

Errors/Exceptions

Will emit an E_WARNING level error if chunk_size is less than 1 or greater than PHP_INT_MAX.



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

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