update : 2015.11.03
php.shukuma.com검색:
|
The DateTimeImmutable class(PHP 5 >= 5.5.0, PHP 7) 소개This class behaves the same as DateTime except it never modifies itself but returns a new object instead. 클래스 개요
DateTimeImmutable
implements
DateTimeInterface
{
/* 메소드 */
public static DateTimeImmutable createFromFormat
( string
}$format
, string $time
[, DateTimeZone $timezone
] )Table of Contents
|