Re: [PHP] Getting floats from 8 byte IEEE binary representations

2005-02-16 Thread Bret Hughes
On Wed, 2005-02-16 at 18:36, Ian Johnson wrote: > I am trying to write a function which will read a string of bytes from a > binary file and convert 8 byte sequences to Float type data. I've been > through the manual and can find nothing but think I must be missing > something. It can't be that h

[PHP] Getting floats from 8 byte IEEE binary representations

2005-02-16 Thread Ian Johnson
I am trying to write a function which will read a string of bytes from a binary file and convert 8 byte sequences to Float type data. I've been through the manual and can find nothing but think I must be missing something. It can't be that hard. Can someone help me out. Thanks Ian -- PHP