Query: stream_set_chunk_size
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAM_SET_CHUNK_SIZE(3) 1 STREAM_SET_CHUNK_SIZE(3) stream_set_chunk_size - Set the stream chunk sizeSYNOPSISint stream_set_chunk_size (resource $fp, int $chunk_size)DESCRIPTIONSet the stream chunk size.PARAMETERSo $fp - The target stream. o $chunk_size - The desired new chunk size.RETURN VALUESReturns 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. PHP Documentation Group STREAM_SET_CHUNK_SIZE(3)
| Related Man Pages |
|---|
| array_chunk(3) - php |
| ob_get_status(3) - php |
| pack_fopen_chunk(3alleg4) - centos |
| pack_fopen_chunk(3alleg4) - suse |
| pack_fopen_chunk(3alleg4) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Rules for Homework & Coursework Questions Forum |
| Forum Video Tutorial: How to Use Code Tags |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| Denial Of Service Attack Update |