class Inet
A PHP representation of the CQL inet
datatype
Implements
Methods
__construct
(string
$address )
Creates a new IPv4 or IPv6 inet address.
Cassandra\Type
type
( )The type of this inet.
string
address
( )Returns the normalized string representation of the address.
string
__toString
( )Returns the normalized string representation of the address.