PHP 클래스 Cassandra\Uuid

상속: implements cassandra\UuidInterface
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
__construct ( string $uuid = null ) Creates a uuid from a given uuid string or a random one.
__toString ( ) : string Returns this uuid as string.
type ( ) : cassandra\Type The type of this uuid.
uuid ( ) : string Returns this uuid as string.
version ( ) : integer Returns the version of this uuid.

메소드 상세

__construct() 공개 메소드

Creates a uuid from a given uuid string or a random one.
public __construct ( string $uuid = null )
$uuid string A uuid string

__toString() 공개 메소드

Returns this uuid as string.
public __toString ( ) : string
리턴 string uuid

type() 공개 메소드

The type of this uuid.
public type ( ) : cassandra\Type
리턴 cassandra\Type

uuid() 공개 메소드

Returns this uuid as string.
public uuid ( ) : string
리턴 string uuid

version() 공개 메소드

Returns the version of this uuid.
public version ( ) : integer
리턴 integer version of this uuid