PHP: Throwable::getTraceAsString - Manual
(PHP 7, PHP 8)
Throwable::getTraceAsString — Gets the stack trace as a string
Description
public function Throwable::getTraceAsString(): string
Parameters
This function has no parameters.
Return Values
Returns the stack trace as a string.
See Also
- Exception::getTraceAsString() - Gets the stack trace as a string
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.