Formattage

This commit is contained in:
Michael RICOIS 2015-08-03 13:21:24 +00:00
parent 3870bcd2ff
commit 327a1d386b

View File

@ -52,7 +52,7 @@
* @param mixed Message textuel d'erreur à afficher en cas d'erreur ou false
* @return mixed true, false ou Message d'erreur passé en paramètre
*/
function valideData($variable, $taille_min, $taille_max, $type_variable, $erreur=false){
function valideData($variable, $taille_min, $taille_max, $type_variable, $erreur=false) {
if ( strlen((string)$variable) < $taille_min )
return $erreur;
@ -77,7 +77,7 @@
}
return $erreur;
}
}
function adapteOCtets($size) {
$kb = 1024; // Kilobyte