Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
how to unpack 64Bit from datastream to double ?
»
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?