PHP 클래스 Cassandra\Inet

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

공개 메소드들

메소드 설명
__construct ( string $address ) Creates a new IPv4 or IPv6 inet address.
__toString ( ) : string Returns the normalized string representation of the address.
address ( ) : string Returns the normalized string representation of the address.
type ( ) : cassandra\Type The type of this inet.

메소드 상세

__construct() 공개 메소드

Creates a new IPv4 or IPv6 inet address.
public __construct ( string $address )
$address string any IPv4 or IPv6 address

__toString() 공개 메소드

Returns the normalized string representation of the address.
public __toString ( ) : string
리턴 string address

address() 공개 메소드

Returns the normalized string representation of the address.
public address ( ) : string
리턴 string address

type() 공개 메소드

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