Function __global->cms_version_pretty
Definitions
sources/global2.php
- Get the full string version of the software that you are running, in 'pretty' format.This is (and must be kept) equivalent to get_version_pretty__from_dotted(get_version_dotted()).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The string saying the full software version number
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the full string version of the software that you are running, in 'pretty' format.This is (and must be kept) equivalent to get_version_pretty__from_dotted(get_version_dotted()).
*
* @return string The string saying the full software version number
*/
function cms_version_pretty() : string
* Get the full string version of the software that you are running, in 'pretty' format.This is (and must be kept) equivalent to get_version_pretty__from_dotted(get_version_dotted()).
*
* @return string The string saying the full software version number
*/
function cms_version_pretty() : string
sources/minikernel.php
- Get the full string version of the software that you are running.(Minikernel always returns blank).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The string saying the full software version number
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the full string version of the software that you are running.(Minikernel always returns blank).
*
* @return string The string saying the full software version number
*/
function cms_version_pretty() : string
* Get the full string version of the software that you are running.(Minikernel always returns blank).
*
* @return string The string saying the full software version number
*/
function cms_version_pretty() : string

