精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

PHP timezone_open() 函數

PHP timezone_open() 函數

PHP Date/Time PHP Date/Time 參考手冊

實例

創建一個新的 DateTimeZone 對象,然后返回時區的名稱:

<?php
$tz=timezone_open("Europe/Paris");
echo timezone_name_get($tz);
?>

運行實例 ?

定義和用法

timezone_open() 創建一個新的 DateTimeZone 對象。

語法

timezone_open(timezone);

參數 描述
timezone 必需。規定一個時區。

提示: 查看 PHP 中支持的所有時區列表

技術細節

返回值: 成功則返回 DateTimeZone 對象,失敗則返回 FALSE。
PHP 版本: 5.2+

PHP Date/Time PHP Date/Time 參考手冊
相關文章