VERSION
VERSION = '1.9.5'
Zend Framework version identification - see compareVersion()
Class to store and retrieve the version of Zend Framework.
compareVersion(string $version) : boolean
Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.
string | $version | A version string (e.g. "0.7.1"). |
-1 if the $version is older, 0 if they are the same, and +1 if $version is newer.
Loading…