PHP 클래스 Horde_Imap_Client_DateTime, horde

저자: Michael Slusarz ([email protected])
상속: extends DateTime
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $time = null, $tz = null )
__toString ( ) String representation: UNIX timestamp.
error ( ) : boolean Was this an unparseable date?

메소드 상세

__construct() 공개 메소드

public __construct ( $time = null, $tz = null )

__toString() 공개 메소드

String representation: UNIX timestamp.
public __toString ( )

error() 공개 메소드

Was this an unparseable date?
public error ( ) : boolean
리턴 boolean True if unparseable.