otuatail Posted December 2, 2011 Share Posted December 2, 2011 Hi I need to convert hex or Decimal to Binary but can't find any function. Any one have one or ideas please. Quote Link to comment https://forums.phpfreaks.com/topic/252307-decimal-or-hex-to-binary/ Share on other sites More sharing options...
btellez Posted December 2, 2011 Share Posted December 2, 2011 decbin for decimal to binary...and it looks to work for hex conversion to. These worked out fine for me.. echo decbin(255); echo decbin(0xFF); echo decbin((int)0xFF); php.net show hex2bin available but im not sure it works...it didnt on my local php install. Quote Link to comment https://forums.phpfreaks.com/topic/252307-decimal-or-hex-to-binary/#findComment-1293466 Share on other sites More sharing options...
otuatail Posted December 2, 2011 Author Share Posted December 2, 2011 Thanks for that I couldn't find that one. Desmond. Quote Link to comment https://forums.phpfreaks.com/topic/252307-decimal-or-hex-to-binary/#findComment-1293591 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.