欢迎访问服务器技术网-www.fuwuqijishu.com

PHP timezone_name_from_abbr() 函数

PHP fuwuqijishu 2年前 (2022-09-04) 97次浏览 0个评论 扫描二维码
文章目录[隐藏]

PHP timezone_name_from_abbr() 函数

PHP Date/Time 参考手册

实例

根据时区缩略语返回时区名称:

<?php
echo timezone_name_from_abbr(“EST”) . “<br>”;
echo
timezone_name_from_abbr(“”,7200,0);
?>


定义和用法

timezone_name_from_abbr() 根据时区缩略语返回时区名称。

语法

timezone_name_from_abbr(abbr,gmtoffset,isdst);

参数 描述
abbr 必需。规定时区缩略语。
gmtoffset 可选。规定相对于 GMT 的以秒为单位的偏移量。默认为 -1,表示返回第一个被找到的匹配缩略语的时区。否则搜索精确的偏移量。如果没有找到,则返回任意偏移量的第一个时区。
isdst 可选。规定夏令时指示器。

  • -1 = 默认。搜索时是否考虑时区的夏令时
  • 1 = 表示 gmtoffset 是受夏令时影响的一个偏移量
  • 0 = 表示 gmtoffset 是不受夏令时影响的一个偏移量

技术细节

返回值: 成功则返回时区名称,失败则返回 FALSE。
PHP 版本: 5.1.3+


PHP Date/Time 参考手册

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2212.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900