Neos\Flow\Tests\Unit\Utility\IpTest::cidrMatchCorrectlyMatchesIpRanges PHP Méthode

cidrMatchCorrectlyMatchesIpRanges() public méthode

public cidrMatchCorrectlyMatchesIpRanges ( $range, $ip, $expected )
    public function cidrMatchCorrectlyMatchesIpRanges($range, $ip, $expected)
    {
        $this->assertEquals($expected, Ip::cidrMatch($ip, $range));
    }