PHP8 ZipArchive::getStatusString
(PHP 5 >= 5.2.7, PHP 7, PHP 8)
ZipArchive::getStatusString — 返回状态错误消息、系统和/或 zip 消息
说明
public ZipArchive::getStatusString(): string
返回状态错误消息、系统和/或 zip 消息。
参数
此函数没有参数。
返回值
返回带有状态消息的字符串。
更新日志
版本 | 说明 |
---|---|
8.0.0 / 1.18.0 | 此方法可以在关闭的存档上调用。 |
8.0.0 / 1.18.0 | 此方法在失败时不再返回 false 。 |