stream_set_chunk_size

stream_set_chunk_size

(PHP 5 >= 5.4.0, PHP 7)

stream_set_chunk_sizeSet the stream chunk size

Description

int stream_set_chunk_size ( resource $fp , int $chunk_size )

Set the stream chunk size.

Parameters

fp

The target stream.

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.

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/function.stream-set-chunk-size.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部