PHP 8.1.24 Released!

Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toStringGets a string representation of the thrown object

Descrição

public Throwable::__toString(): string

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the string representation of the thrown object.

Veja Também

add a note

User Contributed Notes

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