欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

DateTimeZone::getLocation

timezone_location_get

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

DateTimeZone::getLocation -- timezone_location_get返回與時(shí)區相關(guān)的定位信息。

說(shuō)明

面向對象風(fēng)格

public DateTimeZone::getLocation(): array

過(guò)程化風(fēng)格

返回與時(shí)區相關(guān)的定位信息,包括國家代碼,緯度/經(jīng)度和解釋。

參數

object

僅過(guò)程化風(fēng)格:由 timezone_open() 返回的 DateTimeZone 對象。

返回值

數組,包含與時(shí)區相關(guān)的定位信息。

范例

示例 #1 DateTimeZone::getLocation() 函數的范例:

<?php
$tz 
= new DateTimeZone("Europe/Prague");
print_r($tz->getLocation());
print_r(timezone_location_get($tz));
?>

以上例程會(huì )輸出:

Array
(
    [country_code] => CZ
    [latitude] => 50.08333
    [longitude] => 14.43333
    [comments] => 
)
Array
(
    [country_code] => CZ
    [latitude] => 50.08333
    [longitude] => 14.43333
    [comments] => 
)

欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放