Curriculum
Course: PHP Basic
Login

Curriculum

PHP Basic

PHP Install

0/1

PHP Casting

0/1

PHP Constants

0/1

PHP Magic Constants

0/1

PHP Operators

0/1

PHP Reference

0/276
Text lesson

timezone_version_get()

Example

Retrieve 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 timezone database version in string format.

PHP Version:

5.3+