InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following method is invoked when an undefined method is called by client code?(a) __get()(b) __isset()(c) __unset()(d) __call()The question was asked during a job interview.This question is from Object Advanced Features in section Objects and Databases in PHP of PHP |
|
Answer» The correct option is (d) __call() |
|