Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$tz=timezone_open("Asia/Taipei");
print_r(timezone_location_get($tz));
?>
</body>
</html>
Array ( [country_code] => TW [latitude] => 25.05 [longitude] => 121.5 [comments] => )