nerdexam
Zend

200-710 · Question #142

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

(45 responses)
  • B
    84% (38)
  • C
    2% (1)
  • D
    9% (4)
  • E
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice