예제 #1
0
파일: Damm.php 프로젝트: Drake86cnf/yacare
 public static function IsCheckDigitValid($digits)
 {
     return Damm::taq($digits) == 0;
 }