fork download
  1. <?php
  2. var_dump(mb_detect_encoding("bfavaretto♦"));
  3. var_dump(mb_detect_encoding("Guilherme Lopes"));
  4.  
  5. // your code goes here
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
string(5) "UTF-8"
string(5) "ASCII"
string(5) "ASCII"
string(5) "ASCII"