Zend
200-530 · Question #65
What is the name of the PHP function used to automatically load non-yet defined classes?
The correct answer is B. __autoload(). See the full explanation below for the reasoning.
Question
What is the name of the PHP function used to automatically load non-yet defined classes?
Options
- AAutoload()
- B__autoload()
- C__catch()
- DLoad()
- EloadClass()
How the community answered
(53 responses)- A4% (2)
- B72% (38)
- C15% (8)
- D8% (4)
- E2% (1)
Community Discussion
No community discussion yet for this question.