Home >php教程 >php手册 >php设置中国时区

php设置中国时区

WBOY
WBOYOriginal
2016-06-13 10:38:541220browse

php程序代码添加

date_default_timezone_set(Asia/Chongqing);

date_default_timezone_set(Asia/Hong_Kong);


配置文件php.ini修改

去掉# 修改

date.timezone= Asia/Hong_Kong

  • 来源: 编程之家
  • Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Previous article:php生成XML文档源代码Next article:PHP危险函数详解