DateTimeImmutable::setTime

(PHP 5 >= 5.5.0, PHP 7)

DateTimeImmutable::setTimeSets the time

Descrierea

public DateTimeImmutable::setTime ( int $hour , int $minute [, int $second = 0 [, int $microsecond = 0 ]] ) : DateTimeImmutable

Like DateTime::setTime() but works with DateTimeImmutable.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top