A bit off topic
Im trying to figure out how to convert BigEndian byte words to integers.
For example ->
0 0 0 18  =  18

The only way I know how to convert this is by writing down on paper, and writing 8 4 2 1 above the numbers and adding up the values.
Trying to figure out a way via plain old math/php has me stumped at the moment. (Maybe some sleep is in order)
Any help and or tips would be greatly appreciated.


Thanks


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



Reply via email to