nerdexam
Zend

200-550 · Question #118

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

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • D
    4% (1)
  • E
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice