| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::roll(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::roll — Add value to field without carrying into more significant fields 説明オブジェクト指向型 手続き型 Adds a (signed) amount to a field. The difference with respect to IntlCalendar::add() is that when the field value overflows, it does not carry into more significant fields. パラメータ
返り値
Returns 例
例1 IntlCalendar::roll()
<?php 上の例の出力は以下となります。 string(20) "01/07/2013, 00:00:00" string(20) "01/06/2013, 00:00:00" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::roll - Add value to field without carrying into more significant fields」をGoogle検索
|