CakeFest 2024: The Official CakePHP Conference

IntlTimeZone::getUnknown

intltz_get_unknown

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

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

Description

Style orienté objet (method):

public static IntlTimeZone::getUnknown(): IntlTimeZone

Style procédural:

intltz_get_unknown(): IntlTimeZone

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns IntlTimeZone or null on failure.

add a note

User Contributed Notes

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