PHP date_default_timezone_get() 函数
定义和用法
date_default_timezone_get() 函数返回脚本中所有日期/时间函数使用的默认时区。
语法
date_default_timezone_get()
技术细节
返回值 | 返回时区作为字符串 |
---|---|
PHP 版本 | 5.1+ |
PHP 变更日志 | PHP 5.4:不再使用 TZ 变量来推断时区 |
❮ PHP 日期/时间参考
date_default_timezone_get() 函数返回脚本中所有日期/时间函数使用的默认时区。
date_default_timezone_get()
返回值 | 返回时区作为字符串 |
---|---|
PHP 版本 | 5.1+ |
PHP 变更日志 | PHP 5.4:不再使用 TZ 变量来推断时区 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]