PHP Class Horde_Imap_Client_DateTime, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends DateTime
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

__toString() public méthode

String representation: UNIX timestamp.
public __toString ( )

error() public méthode

Was this an unparseable date?
public error ( ) : boolean
Résultat boolean True if unparseable.