PHP 業務錯誤處理

<?php function test() { trigger_error( 'test' ); } /* * 自定義錯誤處理函數,用來取代php內置的錯誤處理函數 * $errno int 錯誤碼 * $errstr string 錯誤信息 * $errfile string 出錯文件 * $errline int 出
相關文章
相關標籤/搜索