PHP8 RarException类

2024-02-23 11:59 更新

(PECL rar >= 2.0.0)

简介

此类有两个用途:它是 RAR 扩展引发的异常类型 函数和方法,它允许通过静态方法查询和定义错误 扩展的行为,即是抛出异常还是仅发出警告。

使用以下错误代码:

  • -1 - UnRAR 库外部的错误
  • 11 - 内存不足
  • 12 - 数据错误
  • 13 - 错误的存档
  • 14 - 未知格式
  • 15 - 文件打开错误
  • 16 - 文件创建错误
  • 17 - 文件关闭错误
  • 18 - 读取错误
  • 19 - 写入错误
  • 20 - 缓冲区太小
  • 21 - 未知 RAR 错误
  • 22 - 需要密码但未提供密码

类摘要

final class RarException extends Exception {
/* 方法 */
public static isUsingExceptions(): bool
public static setUsingExceptions(bool $using_exceptions): void
/* 继承的方法 */
final public Exception::getMessage(): string
final public Exception::getPrevious(): ?Throwable
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
private Exception::__clone(): void
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号