Page MenuHomePhabricator

abstract class PhutilIPAddress
Arcanist Technical Documentation ()

Represent and manipulate IPv4 and IPv6 addresses.

Methods

private function __construct()

This method is not documented.
Return
this//Implicit.//

abstract public function toBits()

This method is not documented.
Return
wild

abstract public function getBitCount()

This method is not documented.
Return
wild

abstract public function getAddress()

This method is not documented.
Return
wild

public static function newAddress($in)

This method is not documented.
Parameters
$in
Return
wild