stream_set_chunk_size(3) php man page | unix.com

Man Page: stream_set_chunk_size

Operating Environment: php

Section: 3

STREAM_SET_CHUNK_SIZE(3)						 1						  STREAM_SET_CHUNK_SIZE(3)

stream_set_chunk_size - Set the stream chunk size

SYNOPSIS
int stream_set_chunk_size (resource $fp, int $chunk_size)
DESCRIPTION
Set the stream chunk size.
PARAMETERS
o $fp - The target stream. o $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. PHP Documentation Group STREAM_SET_CHUNK_SIZE(3)
Related Man Pages
pack_fopen_chunk(3alleg4) - debian
zipios_backbuffer(3) - debian
stream_set_blocking(3) - php
pack_fopen_chunk(3alleg4) - suse
data::stream::bulk::chunked(3pm) - debian
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch