Which One Of The Following Method Is Invoked When An Undefined #352
Which one of the following method is invoked when an undefined method is called by client code?
This multiple choice question (MCQ) is related to the book/course gs gs107 PHP: Hypertext Preprocessor. It can also be found in gs gs107 Objects and Databases - PHP Object Advanced Features - Quiz No.3.
Which one of the following method is invoked when an undefined method is called by client code?
__get()
__isset()
__unset()
__call()