Zend
200-550 · Question #117
Which of the following statements about Reflection is correct?
The correct answer is D. Built-in classes can be reflected on command line using php --rc <classname>. See the full explanation below for the reasoning.
Question
Which of the following statements about Reflection is correct?
Options
- AReflection is an extension that can be disabled
- BReflection is a new extension present only in PHP 5.3+
- CReflection only allows to reflect on built-in classes
- DBuilt-in classes can be reflected on command line using php --rc <classname>
How the community answered
(30 responses)- A17% (5)
- B10% (3)
- C3% (1)
- D70% (21)
Community Discussion
No community discussion yet for this question.