Hello!
I have a free structured database in a binary file. I want to read it directly into the appropriate variables - 8, 16 and 32 bit integer numbers. Some are signed some maybe not. Maybe also floating point numbers.
Can anyone help me read this file with PHP? Maybe even small write functions like read_long() or read_signed_word().
Or from other side, maybe one of the PHP supported databases can be configured to work with my database files to save me extra work?
Thank you in advance,
Pavel Stessin.
I have a free structured database in a binary file. I want to read it directly into the appropriate variables - 8, 16 and 32 bit integer numbers. Some are signed some maybe not. Maybe also floating point numbers.
Can anyone help me read this file with PHP? Maybe even small write functions like read_long() or read_signed_word().
Or from other side, maybe one of the PHP supported databases can be configured to work with my database files to save me extra work?
Thank you in advance,
Pavel Stessin.