Explain about error handling in php?
Answer Posted / imteyazhaider
These are functions dealing with error handling and
logging. They allow you to define your own error handling
rules, as well as modify the way the errors can be logged.
This allows you to change and enhance error reporting to
suit your needs.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Is array a key php?
How to include a file to a PHP page?
Why constructor is not overridden?
What the limitation of header() function in php?
What are the method available in form submitting?
Does php support inheritance?
Are static variables final?
When should you use a stored procedure?
What is mysql_fetch_array?
Tell me how is it possible to know the number of rows returned in result set?
How to check an element is exists in array or not in php?
What does it mean when it says the csrf token is invalid?
How do I stop a php script?
What is the difference between query and question?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain