Answer Posted / guest
Exception handling is used to change the normal flow of the
code execution if a specified error (exceptional) condition
occurs. This condition is called an exception.
This is what normally happens when an exception is
triggered:
•The current code state is saved
•The code execution will switch to a predefined (custom)
exception handler function
•Depending on the situation, the handler may then resume
the execution from the saved code state, terminate the
script execution or continue the script from a different
location in the code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is age interval or ordinal?
How to Retrieve a Cookie Value?
What is a php form?
Which framework is best for php?
How to compare two strings with comparison operators in php?
What's the difference between __sleep and __wakeup?
How is session data stored?
Which function would you use to merge two arrays in php?
What is strlen php?
What does the scope of variables means?
what is the scope of php in the future if any other language is developed then may be php is loss ???
How do I use isdigit function?
Explain how we can get the number of elements in an array?
What is the difference between php and cakephp?
Explain me is multiple inheritance supported in php?