stream_set_chunk_size
Set the stream chunk size
Description
int stream_set_chunk_size(resource $stream
, int $size
)
Parameters
-
stream
-
The target stream.
-
size
-
The desired new chunk size.
Return Values
Returns the previous chunk size on success.
Errors/Exceptions
A ValueError is thrown if size
is less than 1 or greater than PHP_INT_MAX
.