Example #1
0
 public function testAccess()
 {
     $range = new IPv4Range("10.0.0.20", "10.0.0.5");
     $this->assertEquals("10.0.0.5", (string) $range->ip1());
     $this->assertEquals("10.0.0.20", (string) $range->ip2());
 }