CakeFest 2024: The Official CakePHP Conference

Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toStringObtém uma representação em string do objeto disparado

Descrição

public Throwable::__toString(): string

Parâmetros

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

Valor Retornado

Retornta a representação em string do objeto disparado.

Veja Também

add a note

User Contributed Notes

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