Function __global->cms_version_time
Definitions
sources/version.php
- Get the timestamp at which this version was released.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- The timestamp at which this version was released
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the timestamp at which this version was released.
*
* @return integer The timestamp at which this version was released
*/
function cms_version_time() : int
* Get the timestamp at which this version was released.
*
* @return integer The timestamp at which this version was released
*/
function cms_version_time() : int

