DateTimeImmutable::setTime
(PHP 5 >= 5.5.0, PHP 7)
DateTimeImmutable::setTime — Sets the time
说明
public
DateTimeImmutable::setTime (
int
$hour
,
int $minute
[,
int $second
= 0 [,
int $microseconds
= 0 ]] ) :
DateTimeImmutable
Like DateTime::setTime() but works with DateTimeImmutable.