Method | Description | |
---|---|---|
__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. |
public __construct ( string $address ) | ||
$address | string | any IPv4 or IPv6 address |
public __toString ( ) : string | ||
return | string | address |