|
IntlDateFormatter::getTimeZoneIddatefmt_get_timezone_idGet the timezone-id used for the IntlDateFormatter BeschreibungObjektorientierter Stil
public string IntlDateFormatter::getTimeZoneId
( void
)
Prozeduraler Stil
string datefmt_get_timezone_id
( IntlDateFormatter
$fmt
)Get the timezone-id used for the IntlDateFormatter. Parameter-Liste
RückgabewerteID string for the time zone used by this formatter. BeispieleBeispiel #1 datefmt_get_timezone_id example
<?phpBeispiel #2 OO example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: timezone_id of the formatter is : America/Los_Angeles Now timezone_id of the formatter is : CN Siehe auch
|