PHP 函数调用跟踪 2017-08-11 本文已影响0人 一掠而过 $backtrace = debug_backtrace(); array_shift($backtrace); var_dump($backtrace);