update : 2015.11.03
php.shukuma.com

검색:
 
 
The DateTimeInterface interface

The DateTimeInterface interface

(PHP 5 >= 5.5.0, PHP 7)

소개

DateTimeInterface is meant so that both DateTime and DateTimeImmutable can be type hinted for. It is not possible to implement this interface with userland classes.

클래스 개요

DateTimeInterface {
/* 메소드 */
public DateInterval diff ( DateTimeInterface $datetime2 [, bool $absolute = false ] )
public string format ( string $format )
public int getOffset ( void )
public int getTimestamp ( void )
public DateTimeZone getTimezone ( void )
public __wakeup ( void )
}

변경점

버전 설명
5.5.8 Trying to implement DateTimeInterface raises a fatal error now. Formerly implementing the interface didn't raise an error, but the behavior was erroneous.

Table of Contents