<?php foreach ([ 'BASE64', 'UUENCODE', 'HTML-ENTITIES', 'Quoted-Printable', '7bit', '8bit', ] as $encoding) { echo "$encoding: ", mb_convert_encoding('a', $encoding, 'HTML-ENTITIES'), PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.