update : 2015.11.03
php.shukuma.com검색:
|
IntlCalendar::fieldDifference(PHP 5.5.0, PECL >= 3.0.0a1) IntlCalendar::fieldDifference — Calculate difference between given time and this objectʼs time 설명객체 기반 형식
public int IntlCalendar::fieldDifference
( float
$when
, int $field
)절차식 형식
Return the difference between the given time and the time this object is
set to, with respect to the quantity specified the
This method is meant to be called successively, first with the most significant field of interest down to the least significant field. To this end, as a side effect, this calendarʼs value for the field specified is advanced by the amount returned. 인수
반환값
Returns a (signed) difference of time in the unit associated with the
specified field실패 시 예제
Example #1 IntlCalendar::fieldDifference()
<?php 위 예제의 출력: Time before: 29 févr. 2012 09:00:11 The difference in time is 1 year(s), 0 month(s), 1 day(s), 0 hour(s) and 19 minute(s) Time after: 1 mars 2013 09:19:11 |