正文开始 ~~~
try {
} catch (\Exception $exception ) {
$eTrace = $exception->getTraceAsString();
print_r($eTrace);
}
~~~
或者在任意php代码处输出
~~~
$trace = debug_backtrace();
print_r($trace);
~~~
正文结束 |
PHP接口(interface)和抽象类(abstract) | phpstorm2019版的破解方法集合 |