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
What are the benefits of using php?
What is meant by session in php?
What is static in php?
What is php good for?
How you can update memcached when you make changes to php?
What is the use of mysql_real_escape_string() function?
What is Mcrypt used for?
How long does a session last in php?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What is php compared to html?
How to generate a form?
What is alias in php?
What is an anti csrf token?
What is meant by variable variables in php?
Does php have future?