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ОписаниеDateTimeZone timezone_open ( string timezone )DateTimeZone DateTimeZone::__construct ( string timezone ) Список параметров
timezone_open
brandon at theholbrooks dot org
30-Oct-2007 12:24
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.
kay
27-Oct-2007 11:14
In case of an empty identifier the function returns a warning, not the boolean 'false'. |