Function __global->get_future_version_information
Definitions
sources/version2.php
- Get information about new versions of the software (or more accurately, what's wrong with this version).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- Information about the installed software version
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get information about new versions of the software (or more accurately, what's wrong with this version).
*
* @return Tempcode Information about the installed software version
*/
function get_future_version_information() : object
* Get information about new versions of the software (or more accurately, what's wrong with this version).
*
* @return Tempcode Information about the installed software version
*/
function get_future_version_information() : object

