Ho un problema con questa funzione:
Praticamente effettuando una ricerca nella mia directory mi da questo errore:Codice:function isUTF8($str) { if ($str === mb_convert_encoding(mb_convert_encoding($str, "UTF-32", "UTF-8"), "UTF-8", "UTF-32")) { return true; } else { return false; }
Fatal error: Call to undefined function: mb_convert_encoding() in /membri/vincenzoriccio/directory/include/common.php on line 733
Come devo fare per risolvere?
Grazie mille!!!