DateTimeImmutable::createFromFormat

date_create_immutable_from_format

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

DateTimeImmutable::createFromFormat -- date_create_immutable_from_formatRetorna um novo objeto DateTimeImmutable formatado de acordo com um formato informado

Descrição

Estilo orientado à objeto

public static DateTimeImmutable::createFromFormat ( string $format , string $time , DateTimeZone $timezone = ? ) : DateTimeImmutable

Estilo procedural

date_create_immutable_from_format ( string $format , string $time , DateTimeZone $timezone = ? ) : DateTimeImmutable

Similar a DateTime::createFromFormat(), mas lida com DateTimeImmutable.

add a note add a note

User Contributed Notes

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