PHP 7.0.6 Released

Throwable::getTraceAsString

(PHP 7)

Throwable::getTraceAsStringGets the stack trace as a string

Description

abstract public string Throwable::getTraceAsString ( void )

Parameters

This function has no parameters.

Return Values

Returns the stack trace as a string.

See Also

User Contributed Notes

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