CakeFest 2024: The Official CakePHP Conference

DateTimeImmutable::setTime

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::setTimeEstablece la hora

Descripción

public DateTimeImmutable::setTime(
    int $hour,
    int $minute,
    int $second = 0,
    int $microseconds = 0
): DateTimeImmutable

Igual que DateTime::setTime() excepto que trabaja con DateTimeImmutable.

add a note

User Contributed Notes

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