Cassandra\Timestamp::__construct PHP 메소드

__construct() 공개 메소드

Creates a new timestamp from either unix timestamp and microseconds or from the current time by default.
public __construct ( integer $time = null, integer $usec = null )
$time integer Unix timestamp
$usec integer Microseconds
    public function __construct($time = null, $usec = null)
    {
    }