Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hlassiege/4dc992cbbca5db23635ec45379916126 to your computer and use it in GitHub Desktop.
Save hlassiege/4dc992cbbca5db23635ec45379916126 to your computer and use it in GitHub Desktop.
gistfile2.txt
$utf8key = utf8_encode($key);
...
$len = mb_strlen($utf8key, 'utf-8');
ou
$len = mb_strlen($utf8key); // si l’encodage a été correctement paramétré pour le module mbstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment