PHP Conference Japan 2024

Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toString获取抛出对象的字符串表示形式

描述

public Throwable::__toString(): string

参数

此函数没有参数。

返回值

返回抛出对象的 string 表示形式。

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top