update : 2015.11.03
php.shukuma.com검색:
|
DateTime::modifydate_modify(PHP 5 >= 5.2.0, PHP 7) DateTime::modify -- date_modify — Alters the timestamp 설명객체 기반 형식 절차식 형식 Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime(). 인수
반환값
메소드 체이닝을 위한 DateTime 객체를 반환합니다.실패 시 변경점
예제Example #1 DateTime::modify() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: 2006-12-13 Example #2 Beware when adding or subtracting months
<?php 위 예제의 출력: 2001-01-31 2001-03-03 참고
|