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
What is framework? How it works? What is advantage?
What does $this do in php?
For image work which library is used in php?
What is $globals php?
How a constant is defined in a php script?
What does csrf token mismatch mean?
Explain $_FILES Superglobal Array?
Why shouldn't I use mysql_* functions in php?
What is php used for?
What is encapsulation in php?
Explain how to execute a php script using command line.
Can we set session value in javascript?
Which function parses an English textual date or time into Unix timestamp in PHP.
How long will it take to learn php?
Is php an array?