IpAddress Class Reference
[IP related utilities]

Inheritance diagram for IpAddress:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($ip)
 setIp ($ip)
 
Returns:
IpAddress

 getLongIp ()
 toString ()

Static Public Member Functions

static create ($ip)
 
Returns:
IpAddress


Private Attributes

 $longIp = null


Detailed Description

Definition at line 16 of file IpAddress.class.php.


Constructor & Destructor Documentation

IpAddress::__construct ( ip  ) 

Definition at line 28 of file IpAddress.class.php.

References setIp().

Here is the call graph for this function:


Member Function Documentation

static IpAddress::create ( ip  )  [static]

Returns:
IpAddress

Definition at line 23 of file IpAddress.class.php.

Referenced by IpNetwork::getEnd().

IpAddress::setIp ( ip  ) 

Returns:
IpAddress

Definition at line 36 of file IpAddress.class.php.

Referenced by __construct().

IpAddress::getLongIp (  ) 

Definition at line 46 of file IpAddress.class.php.

IpAddress::toString (  ) 

Implements Stringable.

Definition at line 51 of file IpAddress.class.php.


Member Data Documentation

IpAddress::$longIp = null [private]

Definition at line 18 of file IpAddress.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:49 2007 for onPHP by  doxygen 1.5.4