- PHP 手册
- 函数参考
- 压缩与归档扩展
- Zip
- ZipArchive
ZipArchive::clearError
(PHP 8 >= 8.2.0, PECL zip >= 1.20.0)
ZipArchive::clearError — Clear the status error message, system and/or zip messages
说明
public ZipArchive::clearError(): voidClear the status error message, system and/or zip messages.
参数
此函数没有参数。
返回值
没有返回值。
参见
- ZipArchive::getStatusString() - Returns the status error message, system and/or zip messages
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/ziparchive.clearerror.php