Public Member Functions | |
__construct ($ip) | |
setIp ($ip) | |
| |
getLongIp () | |
toString () | |
Static Public Member Functions | |
static | create ($ip) |
| |
Private Attributes | |
$longIp = null |
Definition at line 16 of file IpAddress.class.php.
IpAddress::__construct | ( | $ | ip | ) |
Definition at line 28 of file IpAddress.class.php.
References setIp().
static IpAddress::create | ( | $ | ip | ) | [static] |
Definition at line 23 of file IpAddress.class.php.
Referenced by IpNetwork::getEnd().
IpAddress::setIp | ( | $ | ip | ) |
IpAddress::getLongIp | ( | ) |
Definition at line 46 of file IpAddress.class.php.
IpAddress::toString | ( | ) |
IpAddress::$longIp = null [private] |
Definition at line 18 of file IpAddress.class.php.