how to unpack 64Bit from datastream to double ?

php.internals

toedt

23 years ago
Is it possible to unpack(little endianness) 8 bytes from a datastream direct into an long integer (double=64bit)?   Have seen that long integers are floats, but how should i convert? any idea?