nerdexam
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)
  • A
    4% (2)
  • B
    72% (38)
  • C
    15% (8)
  • D
    8% (4)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice