DateTime
PHP Manual

DateTime::__construct

(PHP 5 >= 5.2.0)

DateTime::__construct新しい DateTime オブジェクトを返す

説明

DateTime::__construct ([ string $time= "now" [, DateTimeZone $timezone= NULL ]] )

新しい DateTime オブジェクトを返します。

パラメータ

time

strtotime() が理解できる形式の文字列。デフォルトは "now"。

timezone

タイムゾーン。

エラー / 例外

エラーがあった場合は Exception を発生させます。

例1 DateTime::__construct() の例

<?php
date_default_timezone_set
('Europe/London');

$datetime = new DateTime('2008-08-03 14:52:10');
echo 
$datetime->format(DATE_ATOM);
?>


DateTime
PHP Manual
アダルトレンタルサーバー