Php/docs/datetimeimmutable.settimestamp
来自菜鸟教程
DateTimeImmutable::setTimestamp
(PHP 5 >= 5.5.0, PHP 7)
DateTimeImmutable::setTimestamp — Sets the date and time based on a Unix timestamp
说明
public DateTimeImmutable::setTimestamp
( int $timestamp
) : DateTimeImmutable
Like DateTime::setTimestamp() but works with DateTimeImmutable.