PHP Class Horde_Imap_Client_DateTime, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends DateTime
显示文件 Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( $time = null, $tz = null )
__toString ( ) String representation: UNIX timestamp.
error ( ) : boolean Was this an unparseable date?

Method Details

__construct() public method

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

__toString() public method

String representation: UNIX timestamp.
public __toString ( )

error() public method

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