Latest web development tutorials

PHP timezone_version_get () function

PHP Date / Time PHP Date / Time Reference Manual

Examples

Returns the timezone database version:

<?php
echo timezone_version_get();
?>

Running instance »

Definition and Usage

() Function returns the version of the database area when timezone_version_get.

grammar

timezone_version_get();

technical details

return value: Returns a string version of the time zone database.
PHP version: 5.3+


PHP Date / Time PHP Date / Time Reference Manual