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