PHP timezone_name_get()関数
定義と使用法
timezone_name_get()はタイムゾーンの名前を返します。
構文
<div>timezone_name_get<em>(object)</em></div>
パラメータ値
|
パラメータ |
説明 |
|---|---|
| object | Required DateTimeZone オブジェクトを指定します |
Technical Details
| Return Value: | タイムゾーンのリストからタイムゾーン名を返します |
|---|---|
|
PHP バージョン: |
5.2+ |