Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringObtener la traza de la pila como un string

Descripción

public Throwable::getTraceAsString(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la traza de la pila como un string.

Ver también

add a note

User Contributed Notes

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