Example #1
0
 /**
  * Converts an IP address or range into a range to easily check for access
  *
  * @param string $address The IP address / range
  *
  * @return double[] Array containing the first and last ip in the range
  */
 public function convert($address)
 {
     return parent::convert('127.0.0.1');
 }