Jump to content

[SOLVED] Addin in HEXACECIMAL


Tonic-_-

Recommended Posts

Well anyways this has been on my mind for awhile not many good php examples for hex period but I want to add hex strings together...

 

like

 

$a = dechex(0x0055a048);

$b = dechex(0x08800000);

$hex = $a+$b;

 

That should e

echo $hex;

 

That is supposed to echo 08d5a048 but of course doesn't.

 

Figured you guys would know..

Link to comment
https://forums.phpfreaks.com/topic/169404-solved-addin-in-hexacecimal/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.