PHP timezone_version_get() Function
Example
Returns the version of the timezone database:
<?php echo timezone_version_get(); ?>
Definition and Usage
The timezone_version_get() function returns the version of the timezone database.
Syntax
timezone_version_get();
Technical Details
Return Value: | Returns the version of the timezone database as a string value. |
---|---|
PHP Version: | 5.3+ |