<?php var_dump( $conv = mb_convert_encoding( $bin = hex2bin("7e0a"), "HZ", "ASCII" ), mb_check_encoding($bin, "ASCII"), bin2hex(mb_convert_encoding($conv, "ASCII", "HZ")) );
You have javascript disabled. You will not be able to edit any code.