Static Public Member Functions | Data Fields

Zend_Version Class Reference

Static Public Member Functions

static compareVersion ($version)

Data Fields

const VERSION = '1.9.7'

Detailed Description

Definition at line 30 of file Version.php.


Member Function Documentation

static compareVersion ( version ) [static]

Compare the specified Zend Framework version string $version with the current Zend_Version::VERSION of Zend Framework.

Parameters:
string$versionA version string (e.g. "0.7.1").
Returns:
boolean -1 if the $version is older, 0 if they are the same, and +1 if $version is newer.

Definition at line 47 of file Version.php.


Field Documentation

const VERSION = '1.9.7'

Zend Framework version identification - see compareVersion()

Definition at line 35 of file Version.php.


The documentation for this class was generated from the following file: