'image_web'); if (isset($options['taille_max'])) { $nouvelles_options['taille_max'] = $options['taille_max']; } if (isset($options['largeur_max']) or isset($options['hauteur_max'])) { $nouvelles_options['dimension_max'] = array(); if (isset($options['largeur_max'])) { $nouvelles_options['dimension_max']['largeur'] = $options['largeur_max']; } if (isset($options['hauteur_max'])) { $nouvelles_options['dimension_max']['hauteur'] = $options['hauteur_max']; } } $verifier = charger_fonction('verifier', 'inc', true); return $verifier($valeur, 'fichiers', $nouvelles_options, $valeur_normalisee); }