PHP funkce stream_set_chunk_size()
PHP > 5.4.0
Set the stream chunk size.
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$fp |
resource |
není | |
$chunk_size |
int |
není |
Návratové hodnoty
int
Returns the previous chunk size on success.
Will return FALSE if chunk_size is less than 1 or greater than PHP_INT_MAX.