-1
我收到了與我的PHP錯誤處理函數有關的此錯誤。未定義的偏移量:1
Undefined offset: 1
這裏的錯誤處理代碼:
function customError($errno, $errstr)
{
error_log("Error: [$errno] $errstr",1,"[email protected]","From: [email protected]");
die();
}
//set error handler
set_error_handler("customError");
誰能幫助指出是什麼造成的錯誤?
感謝名單MartinodF ... ATLEAST你已經幫了我......我已經得到了錯誤行,得到了我的問題,以及.....我的文件運行現在罰款.....謝謝噸toni ........ – developer 2009-05-27 05:55:05