Searched refs:isWeekend (Results 1 – 4 of 4) sorted by relevance
2 IntlCalendar::isWeekend basic test13 var_dump($intlcal->isWeekend(strtotime('2012-02-29 12:00:00 +0000') * 1000));15 var_dump($intlcal->isWeekend(strtotime('2012-03-11 12:00:00 +0000') * 1000));
2 IntlCalendar::isWeekend(): bad arguments
302 public function isWeekend(?float $timestamp = null): bool {} function in IntlCalendar
829 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()831 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
Completed in 10 milliseconds