

MCQOPTIONS
Saved Bookmarks
1. |
Which one of the following method is invoked when a value is assigned to an undefined property? |
A. | __get() |
B. | __set() |
C. | __isset() |
D. | __call() |
Answer» C. __isset() | |