For Fetal Error if you want to specify something different like if you want to send email with errors
register_shutdown_function(user_function)
function user_function(){
$error= error_get_last();
}
debug_backtrace()
register_shutdown_function(user_function)
function user_function(){
$error= error_get_last();
}
debug_backtrace()
No comments:
Post a Comment