Zend
200-550 · Question #33
Which of the following is used to find all PHP files under a certain directory?
The correct answer is C. RecursiveDirectoryIterator. See the full explanation below for the reasoning.
Question
Which of the following is used to find all PHP files under a certain directory?
Options
- APHPIterator
- BRecursiveTreeIterator
- CRecursiveDirectoryIterator
- DSplTempFileObject
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C74% (26)
- D14% (5)
Community Discussion
No community discussion yet for this question.