En son web geliştirme öğreticiler
 

PHP timezone_location_get() Function

<PHP Tarih / Saat Referansı

Örnek

Verilen dilimi konum bilgisini Dönüş:

<?php
$tz=timezone_open("Asia/Taipei");
echo timezone_location_get($tz);
?>
»Run örnek

Tanımı ve Kullanımı

timezone_location_get() verilen dilimi konum bilgisini döndürür.


Sözdizimi

timezone_location_get (object);

Parametre Açıklama
object Gereklidir. Bir DateTimeZone nesne tarafından döndürülen belirtir timezone_open()

Teknik detaylar

Geri dönüş değeri: dilimi konum bilgileri içeren bir dizi döndürür
PHP Sürümü: 5.3+

<PHP Tarih / Saat Referansı