Which of the following is the method that is used to check whether the version required for running
the application exists or not?

A.
$var = Zend_Version->compareVersion($version)
B.
Zend_compareVersion($version)
C.
Zend_Version::VERSION
D.
Zend_Version::compareVersion($version)
Explanation:
I have the same idea. D
0
0