log_errors通知PHP将注意、警告或错误记录在文件中,display_errors将这些被记录下来的注意、警告和错误显示在屏幕上。
Log_errors tells PHP to log any notices, warnings, or errors to a file, and display_errors causes those same notices, errors and warnings to be displayed on the screen.
log_errors通知PHP将注意、警告或错误记录在文件中,display_errors将这些被记录下来的注意、警告和错误显示在屏幕上。
Log_errors tells PHP to log any notices, warnings, or errors to a file, and display_errors causes those same notices, errors and warnings to be displayed on the screen.
应用推荐