コード例 #1
0
ファイル: Damm.php プロジェクト: Drake86cnf/yacare
 public static function IsCheckDigitValid($digits)
 {
     return Damm::taq($digits) == 0;
 }