To clarify kay's note below, when given an empty or invalid timezone string, this function does issue a warning, but it still returns boolean(FALSE) just like the documentation says.
timezone_open
(PHP 5 >= 5.1.0)
timezone_open — 新しい DateTimeZone オブジェクトを返す
説明
DateTimeZone timezone_open
( string $timezone
)
DateTimeZone DateTimeZone::__construct
( string $timezone
)
パラメータ
- timezone
-
タイムゾーンを表す正式名 (例: Europe/Prague) あるいは略称 (例: CET)。
返り値
成功した場合に DateTimeZone オブジェクト、失敗した場合に FALSE を返します。
timezone_open
brandon at theholbrooks dot org
30-Oct-2007 08:24
30-Oct-2007 08:24
kay
27-Oct-2007 08:14
27-Oct-2007 08:14
In case of an empty identifier the function returns a warning, not the boolean 'false'.
"Warning: timezone_open() [function.timezone-open]: Unknown or bad timezone () "
