(PHP 5 >= 5.3.0, PHP 7, PHP 8)
DateTime::setTimestamp -- date_timestamp_set — Sets the date and time based on an Unix timestamp
Stile orientato agli oggetti
Stile procedurale
Sets the date and time based on an Unix timestamp.
Like DateTimeImmutable::setTimestamp() but works with DateTime.
The procedural version takes the DateTime object as its first argument.
oggetto
Solo per lo stile procedurale: Un oggetto DateTime restituito da date_create(). La funzione modifica questo oggetto.
timestamp
Unix timestamp representing the date.
Setting timestamps outside the range of int is possible by using
DateTimeImmutable::modify() with the @
format.
Returns the modified DateTime object for method chaining.