Answer Posted / rishi (dipu lari)
PHP 5 has an exception model similar to that of other
programming languages. An exception can be thrown, and
caught ("catched") within PHP. Code may be surrounded in a
try block, to facilitate the catching of potential
exceptions. Each try must have at least one corresponding
catch block. Multiple catch blocks can be used to catch
different classes of exeptions. Normal execution (when no
exception is thrown within the try block, or when a catch
matching the thrown exception's class is not present) will
continue after that last catch block defined in sequence.
Exceptions can be thrown (or re-thrown) within a catch block.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Tell me how can you pass a variable by reference?
Is php easier than node?
What is the best way to avoid email sent through php getting into the spam folder?
How arrays are passed through arguments?
Is empty check in php?
What are some of the advanced features of php?
What are the rules to declare a php variables?
What would occur if a fatal error was thrown in your php program?
What is the purpose of using php?
What is the difference between query and question?
Explain about the connective abilities of the PHP?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Explain PHP looping?
Why do we use htaccess
What is the array in php?