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 from it.  The problem I am having
> is when reading
> all the documentation for the pack/unpack function, I have been unable
> to figure out a way
> to only take a small subset of the data.  For instance, my file is

look into fseek(), fread() and substr ()

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

This is JohnC IMHO, I compaired tri-word groupings here and in his plan
and got a good match.

- /. posting discussing the likelihood that an AC post that claimed to be
posted by John Carmack during his honeymoon (and having the login info at
home) was actually from him.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to