Example #1
0
 /**
  * Validates REGON (Polish statistical national economy register)
  *
  * Sprawdza REGON (Rejestr Gospodarki Narodowej)
  * http://chemeng.p.lodz.pl/zylla/ut/nip-rego.html
  *
  * @param string $regon 9- or 14- digit number to validate
  *
  * @return bool
  */
 public static function regon($regon)
 {
     return Validate_PL::region($regon);
 }