DateTime
PHP Manual

DateTime::setTimestamp

(PHP 5 >= 5.3.0)

DateTime::setTimestampSets the date and time based on an Unix timestamp

Описание

public DateTime DateTime::setTimestamp ( int $unixtimestamp )

Sets the date and time based on an Unix timestamp.

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

unixtimestamp

Unix timestamp representing the date.

Возвращаемые значения

Returns the modified DateTime.

Смотрите также


DateTime
PHP Manual