DateTimeImmutable::createFromMutable

PHP 5 >= 5.6.0, PHP 7, PHP 8
DateTimeImmutable::createFromMutable - Returns new DateTimeImmutable object encapsulating the given DateTime object
Manual
Code Examples

DateTimeImmutable::createFromMutable( DateTime$object ): public static DateTimeImmutable

Parameters

object

The mutable DateTime object that you want to convert to an immutable version. This object is not modified, but instead a new DateTimeImmutable object is created containing the same date time and timezone information.

Return Values

Returns a new DateTimeImmutable instance.

Example of DateTimeImmutable::createFromMutable

Show all examples for DateTimeImmutable::createFromMutable

PHP Version:


Function DateTimeImmutable::createFromMutable:

Date and Time Functions

Most used PHP functions