Searched refs:isWeekend (Results 1 – 5 of 5) sorted by relevance
2 IntlCalendar::isWeekend basic test15 var_dump($intlcal->isWeekend(strtotime('2012-02-29 12:00:00 +0000') * 1000));17 var_dump($intlcal->isWeekend(strtotime('2012-03-11 12:00:00 +0000') * 1000));
2 IntlCalendar::isWeekend(): bad arguments
218 public function isWeekend(?float $timestamp = null) {} function in IntlCalendar
251 …ZEND_ME_MAPPING(isWeekend, intlcal_is_weekend, arginfo_class_IntlCalendar_isWeekend, ZEND_ACC_PUBL…
771 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()773 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
Completed in 11 milliseconds