Re: [PHP] php unpack function

2001-05-23 Thread php3
Addressed to: Chris Mattmann <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Chris Mattmann <[EMAIL PROTECTED]> Wed, 23 May 2001 18:05:27 -0700 (PDT) > > Thanks for your help Rick. > > The problem I was having was basically as you understood, except for the fact > that

Re: [PHP] php unpack function

2001-05-23 Thread php3
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from Chris Mattmann <[EMAIL PROTECTED]> Wed, 23 May 2001 13:28:36 -0700 > For instance, my file is basically just thousands of temperature > values, taken 4 times a day, over a period of 20 years. Let's > say I wa

Re: [PHP] php unpack function

2001-05-23 Thread Christian Reiniger
On Wednesday 23 May 2001 22:28, Chris Mattmann wrote: > Hi there- > > I am using the PHP unpack function to take a binary formatted > file with 10's of thousands > of signed short integers stored in it, to take the file (which is in > PHP STRING form) > and extract the short integer values f

[PHP] php unpack function

2001-05-23 Thread Chris Mattmann
Hi there- I am using the PHP unpack function to take a binary formatted file with 10's of thousands of signed short integers stored in it, to take the file (which is in PHP STRING form) and extract the short integer values from it. The problem I am having is when reading all the docume