Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


DateTime::__construct

(PHP 5 >= 5.2.0)

DateTime::__constructReturns new DateTime object

Описание

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

Returns new DateTime object.

Список параметров

time

String in a format accepted by strtotime(), defaults to "now".

timezone

Time zone of the time.

Errors/Exceptions

Emits Exception in case of an error.

Примеры

Пример #1 DateTime::__construct() example

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

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






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |