Alex Stapleton wrote:
I am using PHP5, if I want unsigned binary shift, do i have any
options other than converting to  a string using base_convert and

You could use BC: bcdiv($a, 2); to do $a >> 1;

- Chris

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to