Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
error_log
error_log
Send an error message somewhere
Name:
error_log
Category:
Error handling
Programming Language:
php
One-line Description:
Send an error message to the server error record, file, or remote target.
Related
How to prevent error_log from being abused by malicious users
9
Want to Customize Error Logging? Learn These Handy PHP error_log Tips
2
How to send PHP error messages by mail: Use with error_log
5
Similar Functions
set_exception_handler
set_exception_handler
Setuser-definedexcep
trigger_error
trigger_error
Generateauser-levele
error_get_last
error_get_last
Getthelasterror
debug_print_backtrace
debug_print_backtrace
Printatraceback
restore_error_handler
restore_error_handler
Restorethepreviouser
set_error_handler
set_error_handler
Setuser-definederror
error_reporting
error_reporting
WhatPHPerrorsshouldb
error_clear_last
error_clear_last
Clearthelatesterror
Popular Articles
Want to Customize Error Logging? Learn These Handy PHP error_log Tips
How to send PHP error messages by mail: Use with error_log
How to prevent error_log from being abused by malicious users