Briefing Zend Knowledge

Which of the following is the method that is used to check whether the version required for running

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: