Re: [PHP] Binary Data File reading

2001-05-10 Thread Zak Greant
Try using unpack() --zak - Original Message - From: "Chris Mattmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 2:54 PM Subject: [PHP] Binary Data File reading > Hi there- > > Does anyone have any clue as to what ma

[PHP] Binary Data File reading

2001-05-10 Thread Chris Mattmann
Hi there- Does anyone have any clue as to what may be causing this problem. I am trying to read from a binary data value that has temperature values stored in it in short integer format. So basically, for every 2 bytes of binary data, that value in short integer is the temperature va