(PHP 5 >= 5.4.0, PHP 7, PHP 8)
stream_set_chunk_size — Set the stream chunk size
streamThe target stream.
sizeThe desired new chunk size.
Returns the previous chunk size on success.
   A ValueError is thrown if size
   is less than 1 or greater than PHP_INT_MAX.
  
| Versione | Descrizione | 
|---|---|
| 8.0.0 | A ValueError is now thrown if sizeis less than 1 or greater thanPHP_INT_MAX. Previously, anE_WARNINGlevel error was emitted andfalsewas
        returned. | 
