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));
    }