1.取得檔案名,行號,函式名稱
xdebug_call_class()
2.輸出head資訊
xdebug_get_headers()
3.輸出執行時間
xdebug_get_headers()3.輸出執行時間(xdebug_start_code_coverage());5.程式碼追蹤xdebug_start_trace('trace');要追蹤的程式碼...xdebug_stop_trace(要追蹤的程式碼...xdebug_stop_trace();以上就介紹了php擴充xdebug基本使用,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。