a
This commit is contained in:
parent
8b7d058b73
commit
663bbc0200
|
|
@ -778,3 +778,12 @@ function div_oui_non($ouiNon, $lang=null)
|
|||
}
|
||||
echo $div;
|
||||
}
|
||||
|
||||
function estUnMail($adresseMail)
|
||||
{
|
||||
if (filter_var($adresseMail, FILTER_VALIDATE_EMAIL)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user