错误处理

2022-10-19 09:19:56
内容摘要
错误处理函数列表
文章正文

错误处理函数列表

debug_backtrace - Generates a backtrace
debug_print_backtrace - Prints a backtrace
error_get_last - Get the last occurred error
error_log - Send an error message somewhere
error_reporting - Sets which PHP errors are reported
restore_error_handler - Restores the previous error handler function
restore_exception_handler - Restores the previously defined exception handler function
set_error_handler - Sets a user-defined error handler function
set_exception_handler - Sets a user-defined exception handler function
trigger_error - Generates a user-level error/warning/notice message
user_error - Alias of trigger_error
代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!