Dutch PHP Conference 2025 - Call For Papers

Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toStringGets a string representation of the thrown object

Опис

public Throwable::__toString(): string

Параметри

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

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

Returns the string representation of the thrown object.

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

add a note

User Contributed Notes

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