Throwable::__toString

(PHP 7)

Throwable::__toStringGets a string representation of the thrown object

Опис

abstract public string Throwable::__toString ( void )

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns the string representation of the thrown object.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top