<<< Previous question <<< Question ID#0514.md >>> Next question >>>
What three special methods can be used to perform special logic in the event a particular accessed method or member variable is not found?
- A) __get($variable)
- B) __call($method, $params)
- C) __set($variable, $value)
- D) __get($method)
Answer
Answer: A, B, C