InterviewSolution
Saved Bookmarks
| 1. |
Which version added the method getPrevious()?(a) PHP 4(b) PHP 5(c) PHP 5.1(d) PHP 5.3I have been asked this question in an international level competition.Query is from Exception Handling topic in portion Error Handling and Exception Handling in PHP of PHP |
|
Answer» RIGHT choice is (d) PHP 5.3 Best explanation: The FUNCTION getPrevious() returns PREVIOUS exception. |
|