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
how to open & closing opening period in fico
What does the unlink() function mean?
How we get ip address of client, previous reference page etc?
Does wordpress run on php 7?
Which database is best for php?
Tell me how do I check if a given variable is empty?
Write a statement to show the joining of multiple comparisons in php?
How to read the entire file into a single string?
What is php default argument?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How to add comments in php?
What are examples of independent and dependent variables?
What is php session start?
Is php an array?
Explain which cryptographic extension provide generation and verification of digital signatures?