Advertisement
abdelrahman121

PHP Error Functions

Jan 31st, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. PHP Error Functions  The error functions are used to deal with error handling and logging.
  2.  
  3. The error functions allow us to define own error handling rules, and modify the way the errors can be logged.
  4.  
  5. The logging functions allow us to send messages directly to other machines, emails, or system logs.
  6.  
  7. The error reporting functions allow us to customize what level and kind of error feedback is given.
  8.  
  9. download PHP Error Functions /https://www.up-4.net/ms6737lm5rh1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement