nerdexam
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)
  • A
    3% (1)
  • B
    9% (3)
  • C
    74% (26)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice