Posted by Kimmo Laine on 08/04/06 09:37
<kuukelekuu@gmail.com> wrote in message
news:1154675584.599984.45480@m79g2000cwm.googlegroups.com...
>I need to convert ascii chars to hex chars.
>
> I searched the internet, found hex to ascii, but nowhere is there a
> ascii to hex method created by anyone.
$hex = "64";
$ascii = "a";
echo chr(hexdec($hex));
echo dechex(ord($ascii));
--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti pδivittyvδ nettisarjis
spam@outolempi.net || Gedoon-S @ IRCnet || rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|