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

查看所有标签

More Eric Meyer on CSS (Voices That Matter)

More Eric Meyer on CSS (Voices That Matter)

Eric A. Meyer / New Riders Press / 2004-04-08 / USD 45.00

Ready to commit to using more CSS on your sites? If you are a hands-on learner who has been toying with CSS and want to experiment with real-world projects that will enable you to see how CSS......一起来看看 《More Eric Meyer on CSS (Voices That Matter)》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码