Describe PHP error and logging information?
Answer / Sumit Chaudhary
PHP errors are messages generated when an error occurs during the execution of a script. These can range from notices, warnings, fatal errors, and user-defined errors. PHP provides various ways to log and handle these errors, including error_log(), trigger_error(), and setting error reporting levels with ini_set() or error_reporting() functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is move_uploaded_file in php?
How do you call a constructor for a parent class?
Why does php start with variables?
What is pdo in php why use?
How do I run a php program in dreamweaver?
What are the different types of statements that are present in php?
Write down the benefits of php7?
What is the use of post in php?
How to make a file encrypt and decrypt?
What is the difference between characters 34 and x34?
How do you achieve page caching in PHP?
What is the difference between explode() and split() functions?