예제 #1
0
 /**
  * Determine whether given address is part of this network
  *
  * @param   peer.InetAddress addr
  * @return  bool
  */
 public function contains(InetAddress $addr)
 {
     return $addr->inSubnet($this);
 }