update : 2015.11.03
php.shukuma.com검색:
|
DateTimeImmutable::createFromFormatdate_create_immutable_from_format(PHP 5 >= 5.5.0, PHP 7) DateTimeImmutable::createFromFormat -- date_create_immutable_from_format — Returns new DateTimeImmutable object formatted according to the specified format 설명객체 기반 형식
public static DateTimeImmutable DateTimeImmutable::createFromFormat
( string
$format
, string $time
[, DateTimeZone $timezone
] )절차식 형식
DateTimeImmutable date_create_immutable_from_format
( string
$format
, string $time
[, DateTimeZone $timezone
] )Like DateTime::createFromFormat() but works with DateTimeImmutable. |