Describe PHP error and logging information?



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

Post New Answer

More PHP Interview Questions

What is move_uploaded_file in php?

1 Answers  


How do you call a constructor for a parent class?

1 Answers  


Why does php start with variables?

1 Answers  


What is pdo in php why use?

1 Answers  


How do I run a php program in dreamweaver?

1 Answers  


What are the different types of statements that are present in php?

1 Answers  


Write down the benefits of php7?

1 Answers  


What is the use of post in php?

1 Answers  


How to make a file encrypt and decrypt?

4 Answers   3i Infotech,


What is the difference between characters 34 and x34?

1 Answers  


How do you achieve page caching in PHP?

3 Answers  


What is the difference between explode() and split() functions?

1 Answers  


Categories