On Thu, 21 Mar 2002, Mika Tuupola wrote:

>       How can I make 
> 
>               $double = pack("d",   $val);
> 
>       to produce same value when run on bigendian host as what
>       it would result when running in a littleendian host?


        Answering to myself here,  strrev()  is your friend ;)

-- 
Mika Tuupola                      http://www.appelsiini.net/~tuupola/


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

Reply via email to