stream_set_chunk_size
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
stream_set_chunk_size — Set the stream chunk size
Parameters
streamThe target stream.
sizeThe 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.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | A ValueError is now thrown if size is less than 1 or greater than PHP_INT_MAX. Previously, an E_WARNING level error was emitted and false was returned. |
↑ and ↓ to navigate • Enter to select • Esc to close • / to open