PHP date_default_timezone_get() 函數(shù)
PHP date_default_timezone_get() 函數(shù)
定義和用法
date_default_timezone_get() 函數(shù)返回腳本中所有日期/時間函數(shù)使用的默認(rèn)時區(qū)。
語法
date_default_timezone_get();
技術(shù)細(xì)節(jié)
返回值: | 以字符串返回時區(qū)。 |
---|---|
PHP 版本: | 5.1+ |
更新日志: | 從 PHP 5.4+ 開始,時區(qū)不再從操作系統(tǒng)獲取信息,TZ 變量不再被使用。 |

相關(guān)文章
- PHP 數(shù)據(jù)類型
- PHP Switch 語句
- PHP 面向?qū)ο?/a>
- PHP 多維數(shù)組
- PHP 包含文件 include 和 require 語句
- PHP array_diff_uassoc() 函數(shù)
- PHP array_intersect_uassoc() 函數(shù)
- PHP array_intersect_ukey() 函數(shù)
- PHP array_keys() 函數(shù)
- PHP array_pad() 函數(shù)
- PHP array_push() 函數(shù)
- PHP array_replace_recursive() 函數(shù)
- PHP each() 函數(shù)
- PHP krsort() 函數(shù)
- PHP natcasesort() 函數(shù)
- PHP next() 函數(shù)
- PHP sort() 函數(shù)
- PHP 5 Array 函數(shù)
- PHP HTTP 函數(shù)
- PHP Libxml 函數(shù)