PHP timezone_abbreviations_list() 函数

PHP 教程 · 2019-01-24 09:58:37

实例

输出 "act" 时区的夏令时、偏移量和时区名称:

<?php
$tzlist=timezone_abbreviations_list();
print_r($tzlist["act"]);
?>

定义和用法

timezone_abbreviations_list() 返回包含夏令时、偏移量和时区名称的关联数组。

语法

timezone_abbreviations_list();

技术细节

返回值: 成功则返回一个关联数组,失败则返回 FALSE。
PHP 版本: 5.2+

点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html

查看所有标签

The Lean Startup

The Lean Startup

Eric Ries / Crown Business / 2011-9-13 / USD 26.00

更多中文介绍:http://huing.com Most startups fail. But many of those failures are preventable. The Lean Startup is a new approach being adopted across the globe, chan ging the way companies are built and ......一起来看看 《The Lean Startup》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具