| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::isEquivalentTo(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::isEquivalentTo — Whether another calendar is equal but for a different time 説明オブジェクト指向型 手続き型 Returns whether this and the given object are equivalent for all purposes except as to the time they have set. The locales do not have to match, as long as no change in behavior results from such mismatch. This includes the timezone, whether the lenient mode is set, the repeated and skipped wall time settings, the days of the week when the weekend starts and ceases and the times where such transitions occur. It may also include other calendar specific settings, such as the Gregorian/Julian transition instant. パラメータ
返り値
Assuming there are no argument errors, returns 例
例1 IntlCalendar::isEquivalentTo()
<?php 上の例の出力は以下となります。 bool(true) bool(false) int(2) int(1) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::isEquivalentTo - Whether another calendar is equal but for a different time」をGoogle検索
|