Throwable
PHP Manual

Throwable::getTrace

(PHP 7)

Throwable::getTraceGets the stack trace

Description

abstract public array Throwable::getTrace ( void )

Returns the stack trace as an array.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns the stack trace as an array in the same format as debug_backtrace().

Voir aussi


Throwable
PHP Manual