예제 #1
0
파일: system.php 프로젝트: prezeskk/lms
function check_bankaccount($account)
{
    return iban_check_account('LT', 18, $account);
}
예제 #2
0
파일: system.php 프로젝트: prezeskk/lms
function check_bankaccount($account)
{
    return iban_check_account('SK', 22, $account);
}
예제 #3
0
파일: system.php 프로젝트: Akheon23/lms
function check_bankaccount($account)
{
    return iban_check_account('PL', 26, $account);
}