PHP Interface Vectorface\Whip\IpRange\IpRange

Author: Daniel Bruce ([email protected])
Datei anzeigen Open project: vectorface/whip

Public Methods

Method Description
containsIp ( string $ipAddress ) : boolean Returns whether or not a given IP address falls within this range.

Method Details

containsIp() public method

Returns whether or not a given IP address falls within this range.
public containsIp ( string $ipAddress ) : boolean
$ipAddress string The given IP address.
return boolean Returns true if the IP address falls within the range and false otherwise.