Exemplo n.º 1
0
 public static function fichier($text)
 {
     return Clean::only_filechars(Clean::perso_strtolower(Clean::accents(Clean::ligatures(Clean::nul(trim($text))))));
 }