PHP 教程

PHP 7 新特性

PHP timezone_open() 函数

PHP Date/Time PHP Date/Time 参考手册

实例

创建一个新的 DateTimeZone 对象,然后返回时区的名称:

<?php
 $tz=timezone_open("Europe/Paris");
 echo timezone_name_get($tz);
?>
运行实例 »

定义和用法

timezone_open() 创建一个新的 DateTimeZone 对象。

语法

timezone_open(timezone);
参数描述
timezone必需。规定一个时区。

提示: 查看 PHP 中支持的所有时区列表

技术细节

返回值:成功则返回 DateTimeZone 对象,失败则返回 FALSE。
PHP 版本:5.2+

PHP Date/Time PHP Date/Time 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号