| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getType(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getType — Get the calendar type 説明オブジェクト指向型
public string IntlCalendar::getType
( void
)
手続き型 A string describing the type of this calendar. This is one of the valid values for the calendar keyword value 'calendar'. パラメータ
返り値A string representing the calendar type, such as 'gregorian', 'islamic', etc. 例
例1 IntlCalendar::getType()
<?php 上の例の出力は以下となります。 string(19) "ethiopic-amete-alem" string(9) "gregorian" |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getType - Get the calendar type」をGoogle検索
|