Zend
ZF-100-500 · Question #83
Which of the following is the method that is used to check whether the version required for running the application exists or not?
The correct answer is C. 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 version required for running the application exists or not?
Options
- A$var = Zend_Version->compareVersion($version)
- BZend_Version::VERSION
- CZend_Version::compareVersion($version)
- DZend_compareVersion($vers ion)
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C81% (22)
- D11% (3)
Community Discussion
No community discussion yet for this question.