timezone_version_get


word apg

RETURNS the current version of the timezoneDB.



<?php

str timezone_version_get 
( )

?>

  1 EXERCISE   

<?php

echo "PHP " PHP_VERSION '<br><br>'

$tzvg timezone_version_get();

echo 
'TimeZone Version DB = ' $tzvg;

?>