예제 #1
0
 public static function validate($value)
 {
     $cnpj = new MCNPJ($value);
     return $cnpj->isValid();
 }