nerdexam
Zend

200-530 · Question #86

Which of the following statements about Reflection are correct? (Choose 2)

The correct answer is A. Since 5.1 reflection is an extension that can be disabled D. Built-in classes can be reflected on command line using php 璻c <classname>. See the full explanation below for the reasoning.

Question

Which of the following statements about Reflection are correct? (Choose 2)

Options

  • ASince 5.1 reflection is an extension that can be disabled
  • BReflection is present in any installation of PHP 5 or later
  • CReflection only allows to reflect on built-in classes
  • DBuilt-in classes can be reflected on command line using php 璻c <classname>

How the community answered

(52 responses)
  • A
    83% (43)
  • B
    6% (3)
  • C
    12% (6)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice