CakeFest 2024: The Official CakePHP Conference

Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringObtém o rastreamento de pilha como uma string

Descrição

public Throwable::getTraceAsString(): string

Parâmetros

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

Valor Retornado

Retorna o rastreamento de pilha como uma string.

Veja Também

add a note

User Contributed Notes

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