在线文档教程
PHP
类和函数 | Classes and Functions

Throwable::__toString

Throwable::__toString

(PHP 7)

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

描述

abstract public string Throwable::__toString ( void )

参数

该功能没有参数。

返回值

返回抛出对象的字符串表示形式。

← Throwable::getPrevious

ArrayAccess →