コード例 #1
0
ファイル: User.php プロジェクト: navtis/xerxes-pazpar2
 /**
  * Is the user inside the local ip range
  */
 public function isInLocalIpRange()
 {
     return Parser::isIpAddrInRanges($this->ip_address, $this->ip_range);
 }