DateTimeImmutable
PHP Manual

DateTimeImmutable::modify

(PHP 5 >= 5.5.0, PHP 7)

DateTimeImmutable::modifyCreates a new object with modified timestamp

Descrierea

public DateTimeImmutable DateTimeImmutable::modify ( string $modify )

Creates a new DateTimeImmutable object with modified timestamp. The original object is not modified.

Parametri

object

Doar stilul procedural: Un obiect DateTime întors de date_create(). Funcția modifică acest obiect.

modify

Un șir dată/oră. Formatele valide sunt explicate în Formatele datelor și orelor.

Valorile întoarse

Returns the newly created object sau FALSE în cazul eșecului.


DateTimeImmutable
PHP Manual