A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by EricS » Sun May 18, 2008 10:47 pm
Code: Select all
var_dump(bin2hex(pack('H', 'ff')));
string(2) "f0"
string(2) "ff"
Post by Chris Corbyn » Mon May 19, 2008 2:27 am
Return to “PHP - Code”