Posted by Jon Slaughter on 06/16/07 02:05
Is there any php functions to encode a decimal number(integer in this case) into a binary string? Not convert it to a string but encode it. So 255 = chr(255) and 256 = chr(1).chr(0) and not 255 = '255'. Thanks, Jon
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming