PHP timezone_name_get() 函数
PHP timezone_name_get() 函数
定义和用法
timezone_name_get() 返回时区的名称。
语法
timezone_name_get(object);
参数 | 描述 |
---|---|
object | 必需。规定一个 DateTimeZone 对象。 |
技术细节
返回值: | 从时区列表中返回时区的名称。 |
---|---|
PHP 版本: | 5.2+ |
PHP Date/Time 参考手册
相关文章
- PHP EOF(heredoc) 使用说明
- PHP 数据类型
- PHP 数组排序
- PHP 超级全局变量
- PHP 魔术常量
- PHP 多维数组
- PHP 高级过滤器
- PHP array_count_values() 函数
- PHP array_key_exists() 函数
- PHP array_rand() 函数
- PHP array_search() 函数
- PHP array_udiff() 函数
- PHP array_uintersect_uassoc() 函数
- PHP array_unshift() 函数
- PHP asort() 函数
- PHP compact() 函数
- PHP pos() 函数
- PHP uksort() 函数
- PHP 5 Array 函数
- PHP Error 和 Logging 函数