Let\'s say I have a byte-stream in which I know the location of a 64-bit value (a 64-bit nonce). The byte-order is Little-Endian. As PHP\'s integer data-type is limited to 3
I know this is not quite the answer to the question, but check out the BC Math functions to handle big numbers.