timezone_open

(PHP 5 >= 5.1.0)

timezone_open — Returns new DateTimeZone object

Описание

DateTimeZone timezone_open ( string $timezone )
DateTimeZone DateTimeZone::__construct ( string $timezone )

Список параметров

timezone

Time zone identifier as full name (e.g. Europe/Prague) or abbreviation (e.g. CET).

Возвращаемые значения

Returns DateTimeZone object on success or FALSE on failure.

Коментарии

Автор:
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 () "
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.

    Поддержать сайт на родительском проекте КГБ