PHP Класс Cassandra\Inet

Наследование: implements cassandra\Value
Показать файл Открыть проект

Открытые методы

Метод Описание
__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