Метод | Описание | |
---|---|---|
containsIp ( string $ipAddress ) : boolean | Returns whether or not a given IP address falls within this range. |
public containsIp ( string $ipAddress ) : boolean | ||
$ipAddress | string | The given IP address. |
Результат | boolean | Returns true if the IP address falls within the range and false otherwise. |