try{ $CI =& get_instance(); $ct = $CI->$key ; throw new Exception($key); } catch (Exception $E) { echo $E->getTraceAsString(); } 登入後複製 以上就介紹了追蹤php中異常的呼叫過程,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。