Function __global->get_version_pretty__from_dotted
Definitions
sources/version2.php
- Get a pretty version number for a software version.This pretty style is not used in the software code per se, but is shown to users and hence the software may need to recognise it when searching news posts, download databases, etc.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$dotted | string | required parameter | N/A | N/A | Dotted version number (optionally in long-dotted format) |
Return
- Pretty version number
- Type: string
- Set: N/A
- Range: N/A