Re: [PHP] building binary data structures

2001-02-15 Thread Richard Lynch
> Having written loads of stuff in PHP, I find myself having for the first > time to generate binary data in memory - I actually need to build a native > file for a drawing program in memory. The data consists mainly of lists of > 32bit little endian integers - some signed and some unsigned. I've

[PHP] building binary data structures

2001-02-11 Thread Phil Driscoll
Having written loads of stuff in PHP, I find myself having for the first time to generate binary data in memory - I actually need to build a native file for a drawing program in memory. The data consists mainly of lists of 32bit little endian integers - some signed and some unsigned. I've started