Throwable::getTrace
(PHP 7, PHP 8)
Throwable::getTrace — スタックトレースを取得する
パラメータ
この関数にはパラメータはありません。
戻り値
スタックトレースの配列を返します。その書式は debug_backtrace() と同じです。
+add a note
User Contributed Notes 1 note
rasmus at mindplay dot dk ¶
1 year ago
Note that, where `debug_backtrace()` accepts an argument, which lets you configure options for the backtrace, `getTrace()` has no such argument.
Whether the `getTrace` method captures arguments instead depends on the `zend.exception_ignore_args` INI setting, which must be set to `0` ahead of time, before an exception occurs. (notice the confusing double negation here - to *enable* capture of arguments, you must *disable* this INI flag.)
Unlike `debug_backtrace()`, the `getTrace` method does not appear to capture the `object` value.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google