IntlCalendar::setLenient
Set whether date/time interpretation is to be lenient
Beschreibung
Objektorientierter Stil
public ReturnType IntlCalendar::setLenient
( string $isLenient
)
ReturnType intlcal_set_lenient
( IntlCalendar $cal
, string $isLenient
)
Parameter-Liste
-
cal
-
The IntlCalendar resource.
-
isLenient
-
Use TRUE to activate the lenient mode; FALSE otherwise.
Rückgabewerte
Returns TRUE on success. Failure can only happen due to invalid parameters.
Beispiele
See the example in IntlCalendar::isLenient.