timezone_version_get
Description
Gets the version of the timezonedb
Syntax
timezone_version_get ( void ) : string
Return
Returns a string.
Examples
1
<? $return = timezone_version_get(); echo $return; ?>
2023.3
Gets the version of the timezonedb
timezone_version_get ( void ) : string
Returns a string.
<? $return = timezone_version_get(); echo $return; ?>
2023.3