Function __global->cms_version_number

Definitions

sources/version.php

  • Get the general version number of your installation (incorporates major and first [numeric] component of minor version number).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: float

Returns

  • The general version number of your installation
  • Type: float
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the general version number of your installation (incorporates major and first [numeric] component of minor version number).
 *
 * @return float The general version number of your installation
 */

function cms_version_number() : float