PHP timezone_version_get() Function

Definition

The timezone_version_get() function returns the version of the timezone db.

Syntax

PHP timezone_version_get() Function has the following syntax.

timezone_version_get()

Return

PHP timezone_version_get() Function returns the version of the timezone db as a string.

Example

Return the version of the timezone db:


<?php
echo timezone_version_get();
?>

The code above generates the following result.





















Home »
  PHP Tutorial »
    Function reference »




PHP Array Functions
PHP Calendar Functions
PHP Class Functions
PHP Data Type Functions
PHP Date Functions
PHP File Functions
PHP Image Functions
PHP Math Functions
PHP MySQLi Functions
PHP SimpleXML Functions
PHP String Functions
PHP XML Functions
PHP Zip Functions