源代码:
<HTML> <HEAD></HEAD> <FONT FACE="'Courier New',Verdana, Arial, Helvetica" SIZE=2> <!DOCTYPE html> <html> <body> <FONT COLOR=#ff0000><?php $tz=timezone_open("Asia/Taipei"); print_r(timezone_location_get($tz)); ?></FONT> </body> </html> </HTML>
运行结果:
<HTML> <HEAD></HEAD> <FONT FACE="'Courier New',Verdana, Arial, Helvetica" SIZE=2> <!DOCTYPE html> <html> <body> <FONT COLOR=#ff0000>Array ( [country_code] => TW [latitude] => 25.05 [longitude] => 121.5 [comments] => ) </FONT> </body> </html> </HTML>