コード例 #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);
}