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 hard.  Can someone help me out.
> 
> 

what have you tried?  won't fread() work?

http://us4.php.net/manual/en/function.fread.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to