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
How do I escape in php?
How do you destroy a session?
What are the file upload settings in configuration file?
What distinguishes php from something like client side java script?
What are getters and setters php?
Tell me how do I escape data before storing it into the database?
How to call javascript function in php without any event?
Is there an easy way to delete an element from a php array?
What is xss and csrf?
How we can retrieve the data in the result set of mysql using php?
How to add 301 redirects in PHP?
What is php how it works?
Write a program to upload a file in php?
Define urlencode() and urldecode() used in php?
What is framework in php?