Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is exception in php?

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


Please Help Members By Posting Answers For Below Questions

How do I escape in php?

1062


How do you destroy a session?

965


What are the file upload settings in configuration file?

1089


What distinguishes php from something like client side java script?

1093


What are getters and setters php?

1074


Tell me how do I escape data before storing it into the database?

1133


How to call javascript function in php without any event?

1005


Is there an easy way to delete an element from a php array?

970


What is xss and csrf?

999


How we can retrieve the data in the result set of mysql using php?

1209


How to add 301 redirects in PHP?

943


What is php how it works?

1072


Write a program to upload a file in php?

1065


Define urlencode() and urldecode() used in php?

1258


What is framework in php?

1049