Variable name
| Description
| Since
|
database_name
| The name of the database software in use. Currently almost all sites use mysql.
| 3.5.7
|
database_version
| The version number of the database software.
| 3.5.7 |
execution_time
| Execution time as float in seconds from the start of the page load to the place where the variable is fetched.
| 3.5.9
|
hammerkit_copyright
| The copyright text of HammerKit.
| 3.5.7 |
hammerkit_version
| The version number of HammerKit in use on a site.
| 3.5.7 |
hammerkit_version_type | The type of the current HammerKit version. Usually RCX for a release candidate like RC3 for the third release candidate of a new major version.
| 3.5.7 |
microtime
| The current unix timestamp as a float in seconds with microseconds as decimals.
| 3.5.7 |
php_extensions
| A list as an array of all the extensions currently loaded into PHP. | 3.5.7 |
php_version
| The version number of PHP currently in use on the server.
| 3.5.7 |
php_version_required
| The required minimum PHP version for to run the current version of HammerKit.
| 3.5.7 |
time
| The current unix timestamp as int in seconds.
| 3.5.7 |