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)- A6% (3)
- B2% (1)
- C9% (5)
- D83% (44)
Community Discussion
No community discussion yet for this question.