實例傳回指定時區的位置資訊: <?php$tz=timezone_open("Asia/Taipei");echo timezone_location_get($tz);?>定義和用法timezone_location_get() 傳回指定時區的位置資訊。文法timezone_location_get (object);參數描述object必需。規定一個由timezone_open() 傳回的DateTimeZone 物件。技術細節傳回值:傳回一個包含時區的位置資訊的陣列。 PHP 版本: 5.3+