Neos\Flow\Tests\Unit\Utility\IpTest::cidrMatchCorrectlyMatchesIpRanges PHP Метод

cidrMatchCorrectlyMatchesIpRanges() публичный Метод

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