|
IntlCalendar::equalsCompare time of two IntlCalendar objects for equality BeschreibungObjektorientierter Stil
public bool IntlCalendar::equals
( IntlCalendar
$other
)Prozeduraler Stil
bool intlcal_equals
( IntlCalendar
$cal
, IntlCalendar $other
)Returns true if this calendar and the given calendar have the same time. The settings, calendar types and field states do not have to be the same. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 IntlCalendar::equals
<?php |