php function test() { throw new Exception; } try { test(); } catch(Exception $e) { var_dump($e->getTrace()); } ?> output : array(1) { [0]=> ...
確定! 回上一頁