Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 458 Bytes

0514.md

File metadata and controls

18 lines (12 loc) · 458 Bytes

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