<?php mb_substitute_character("long"); var_dump( $conv = mb_convert_encoding( $bin = hex2bin("70000000"), "UTF-8", "UCS-4BE" ), mb_check_encoding($bin, "UCS-4BE"), bin2hex(mb_convert_encoding($conv, "UCS-4BE", "UTF-8")) );
You have javascript disabled. You will not be able to edit any code.