update : 2015.11.03
php.shukuma.com검색:
|
DateTime::__constructdate_create(PHP 5 >= 5.2.0, PHP 7) DateTime::__construct -- date_create — Returns new DateTime object 설명객체 기반 형식 절차식 형식 Returns new DateTime object. 인수
반환값
Returns a new DateTime instance.
절차식 형식은 실패시 오류/예외Emits Exception in case of an error. 변경점
예제Example #1 DateTime::__construct() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: 2000-01-01 Example #2 Intricacies of DateTime::__construct()
<?php 위 예제의 출력 예시: 2000-01-01 00:00:00-05:00 2000-01-01 00:00:00+12:00 2010-04-24 10:24:16-04:00 2010-04-25 02:24:16+12:00 2000-01-01 00:00:00+00:00 2000-03-01 00:00:00-05:00 참고
|