PHP 8.5.0 Alpha 2 available for testing

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 contiene ningún parámetro.

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