in reply to How do I convert a 32 bit unsigned integer to its decimal value?

$dec = unpack('N', $val)
  • Comment on Re: How do I convert a 32 bit unsigned integer to it's decimal value.
  • Download Code