哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

Throwable::getCode

(PHP 7, PHP 8)

Throwable::getCode获取异常代码

说明

public Throwable::getCode(): int

返回 thrown 对象关联的的错误号。

参数

此函数没有参数。

返回值

返回 Exceptionint 异常代码, 但如果是 Exception 的子类,可能会使其他类型(例如,PDOException 返回的类型是 string )。

参见

打开 哈希空间 微信小程序中查看更佳