$output = "ALLWILLBEASCII"; foreach ($output as $name => $value) { echo mb_detect_encoding( $value ); }
Nasıl PHP ASCII UTF-8 dönüştürmek için?