Return the name of the timezone:
<?php
$tz=timezone_open("Europe/Paris");
echo timezone_name_get($tz);
?>
Try it Yourself »
The timezone_name_get() returns the name of the timezone.
timezone_name_get
(object)
Parameter | Description |
---|---|
object | Required. Specifies a DateTimeZone object |
Return Value: | Returns a timezone name from the list of timezones |
---|---|
PHP Version: | 5.2+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!