streamWrapper::stream_truncate
streamWrapper::stream_truncate
(PHP 5 >= 5.4.0, PHP 7)
streamWrapper::stream_truncate - 截断流
描述
public bool streamWrapper::stream_truncate ( int $new_size )
将响应截断,例如,通过ftruncate()。
参数
new_size
新的尺寸。
返回值
成功时返回TRUE
或失败时返回FALSE
。
另请参阅
- ftruncate() - 将文件截断为给定的长度
← streamWrapper::stream_tell
streamWrapper::stream_write →