Re: [PHP] changing endianness

2002-12-12 Thread David Rice
On Thursday, December 12, 2002, at 03:10 PM, Marek Kilimajer wrote: Does anyone know a way to change endianness of a binary string? Hi Marek: You might look at pack() and unpack(). http://www.php.net/manual/en/function.pack.php Perhaps one of the options for unpack? HTH David -- PHP Gene

[PHP] changing endianness

2002-12-12 Thread Marek Kilimajer
Hello, Does anyone know a way to change endianness of a binary string? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php