(PHP 5 >= 5.3.0, PHP 7)
Gets the version of the timezonedb
string timezone_version_get ( void )
Returns the current version of the timezonedb.
Returns:
Returns a string.
Examples:
Getting the timezonedb version
<?php echo timezone_version_get(); ?>
The above example will output something similar to:
2009.7
See also:
Please login to continue.