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