PHP 8.4.6 Released!

IntlTimeZone::getUnknown

intltz_get_unknown

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

IntlTimeZone::getUnknown -- intltz_get_unknownGet the "unknown" time zone

Description

Object-oriented style (method):

public static IntlTimeZone::getUnknown(): IntlTimeZone

Procedural style:

intltz_get_unknown(): IntlTimeZone

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

Returns IntlTimeZone or null on failure.

User Contributed Notes

There are no user contributed notes for this page.
To Top