Zend
ZF-100-500 · Question #161
Which of the following is the method that is used to check whether the v ersion required for run ning the application exists or not?
The correct answer is D. Zend_Version::compareVersion($version). See the full explanation below for the reasoning.
Question
Which of the following is the method that is used to check whether the v ersion required for run ning the application exists or not?
Options
- A$var = Zend_Version->compareVersion($version)
- BZend_compareVersion($version)
- CZend_Version::VERSION
- DZend_Version::compareVersion($version)
How the community answered
(24 responses)- A4% (1)
- B17% (4)
- C4% (1)
- D75% (18)
Community Discussion
No community discussion yet for this question.