| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlDateFormatter::getCalendardatefmt_get_calendar(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — IntlDateFormatter が使用するカレンダー型を取得する 説明オブジェクト指向型
int IntlDateFormatter::getCalendar
( void
)
手続き型
パラメータ
返り値
Formatter が使用する
カレンダー型
を返します。
例例1 datefmt_get_calendar() の例
<?php 例2 オブジェクト指向の例
<?php 上の例の出力は以下となります。 calendar of the formatter is : 1 Now calendar of the formatter is : 0 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlDateFormatter::getCalendar - IntlDateFormatter が使用するカレンダー型を取得する」をGoogle検索
|