nerdexam
Zend

ZF-100-500 · Question #120

Which method is used to load a PHP file that may contain any PHP code?

The correct answer is D. Zend_Loader::loadFile(). See the full explanation below for the reasoning.

Question

Which method is used to load a PHP file that may contain any PHP code?

Options

  • AZend_Loader::load()
  • BZend_Loader::load()::includeFile()
  • CZend_Loader::load()::includeOnce()
  • DZend_Loader::loadFile()

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    2% (1)
  • C
    9% (5)
  • D
    83% (44)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice