Moodle  2.2.1
http://www.collinsharper.com
Zend_Version Class Reference

Static Public Member Functions

static compareVersion ($version)

Data Fields

const VERSION = '1.10.6'

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.10.6'

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:
 All Data Structures Namespaces Files Functions Variables Enumerations