Ejemplo n.º 1
0
 public static function fromIP(Ip $ip)
 {
     return new static(self::getMacFromIp($ip->getIp()));
 }
Ejemplo n.º 2
0
 public function test_is_Down()
 {
     $ip = new Ip('192.168.0.1');
     $this->assertFalse($ip->isUp());
 }