Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringGets the stack trace as a string

Descrierea

abstract public Throwable::getTraceAsString ( ) : string

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns the stack trace as a string.

A se vedea și

add a note add a note

User Contributed Notes

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