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

Why do we use javascript in php?

964


What is strcmp?

947


What is the difference between abstract class and interface in php?

1114


Tell me how to find the length of a string?

1069


How to check if a string contains a character or word in php?

1002


How can we get the error when there is a problem to upload a file?

976


Is php dying 2018?

946


Can we use include ("xyz.php") two times in a php page "index.php"?

1013


How can you execute php script from the command line?

1001


What is difference between variable declaration and variable definition?

960


What is final keyword in php?

1026


What is putenv?

1000


List some string function name in php?

974


Can php run without apache?

1007


What is the use of namespace in php?

970