| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlDateFormatter::getLocaledatefmt_get_locale(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getLocale -- datefmt_get_locale — Formatter が使用するロケールを取得する 説明オブジェクト指向型
public string IntlDateFormatter::getLocale
([ int
$which
] )手続き型 Formatter が使用するロケールを取得します。 パラメータ
返り値この Formatter のロケール、あるいはエラーの場合は 'false' を返します。 例例1 datefmt_get_locale() の例
<?php 例2 オブジェクト指向の例
<?php 上の例の出力は以下となります。 locale of the formatter is : en First Formatted output is Wednesday, December 31, 1969 4:00:00 PM PT locale of the formatter is : de Second Formatted output is Mittwoch, 31. Dezember 1969 16:00 Uhr GMT-08:00 |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlDateFormatter::getLocale - Formatter が使用するロケールを取得する」をGoogle検索
|