| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::isWeekend(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::isWeekend — Whether a certain date/time is in the weekend 説明オブジェクト指向型
public bool IntlCalendar::isWeekend
([ float
$date = NULL
] )手続き型 Returns whether either the obejct?s current time or the provided timestamp occur during a weekend in this object?s calendar system. This function requires ICU 4.4 or later. パラメータ
返り値A bool indicating whether the given or this object?s time occurs in a weekend.
The value 例
例1 IntlCalendar::isWeekend()
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::isWeekend - Whether a certain date/time is in the weekend」をGoogle検索
|