PHP Interface Vectorface\Whip\IpRange\IpRange

Author: Daniel Bruce ([email protected])
Afficher le fichier Open project: vectorface/whip

Méthodes publiques

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

Method Details

containsIp() public méthode

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