PHP timezone_location_get() 函数

返回上一级

PHP timezone_location_get() 函数返回指定时区的位置信息

(php 5.3+ )

函数原型

timezone_location_get (object);

参数列表

参数 描述
object 必需。规定一个由 timezone_open() 返回的 DateTimeZone 对象

返回值

返回一个包含时区的位置信息的数组

范例

下面的范例输出指定时区的位置信息

<?php

$tz = timezone_open("Asia/Taipei");
echo timezone_location_get($tz);

运行范例 »

返回上一级

PHP 5 函数参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.