runoops.com

PHP timezone_name_get() 函数

PHP Date/Time 函数

返回时区的名称:

<?php
	$tz=timezone_open("Europe/Paris");
	echo timezone_name_get($tz);
	?>

定义和用法

timezone_name_get() 返回时区的名称。

语法

timezone_name_get(object);
参数描述
object必需。规定一个 DateTimeZone 对象。

技术细节

返回值:时区列表中返回时区的名称。
PHP 版本:5.2+

PHP Date/Time 函数

Captcha Code

0 笔记

分享笔记

Inline Feedbacks
View all notes