update : 2015.11.03
php.shukuma.com검색:
|
DateInterval::createFromDateString(PHP 5 >= 5.3.0, PHP 7) DateInterval::createFromDateString — Sets up a DateInterval from the relative parts of the string 설명Uses the normal date parsers and sets up a DateInterval from the relative parts of the parsed string. 인수
예제
Example #1 Parsing valid date intervals
<?php 반환값Returns a new DateInterval instance. |