streamWrapper::stream_truncate

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

streamWrapper::stream_truncate截断流

描述

public streamWrapper::stream_truncate(int $new_size): bool

将响应截断操作,例如通过 ftruncate()

参数

new_size

新大小。

返回值

成功时返回 true,失败时返回 false

参见

添加说明

用户贡献说明

此页面没有用户贡献的说明。
To Top