/sources/version.php

Description
Functions
ocp_version (line 26)

Get the major version of your installation.

  • return: The major version number of your installation
integer ocp_version ()
ocp_version_minor (line 36)

Get the minor/patch version of your installation. This changes with each release, including bug fix releases. It generally consists of 'a' or 'a.b', where 'a' increments represent major changes and 'b' increments represent tiny changes or alpha/beta/RC numbering.

  • return: The minor/patch version number of your installation (e.g. 0.1 or 1.1 or RC1 or 1 RC1)
string ocp_version_minor ()
ocp_version_number (line 46)

Get the general version number of your installation (incorporates major and minor verson number).

  • return: The general version number of your installation
float ocp_version_number ()
ocp_version_time (line 56)

Get the timestamp at which this version was released.

  • return: The timestamp at which this version was released.
integer ocp_version_time ()
ocp_version_time_major (line 66)

Get the timestamp at which this MAJOR version was released.

  • return: The timestamp at which this MAJOR version was released.
integer ocp_version_time_major ()

Documentation generated on Sun, 02 Jan 2011 23:28:31 +0000 by phpDocumentor 1.4.3