CakeFest 2024: The Official CakePHP Conference

Throwable::getTraceAsString

(PHP 7, PHP 8)

Throwable::getTraceAsStringGets the stack trace as a string

Description

public Throwable::getTraceAsString(): string

Parameters

This function has no parameters.

Return Values

Returns the stack trace as a string.

See Also

add a note

User Contributed Notes

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