Retrieve the version of the timezone database.
| <?php echo timezone_version_get(); ?> |
The timezone_version_get() function returns the version of the timezone database.
| timezone_version_get() |
|
Return Value: |
Returns the timezone database version in string format. |
|
PHP Version: |
5.3+ |