GS>> echo (2147483649 & 2147483649);
GS>>
GS>> echo (2147483649 % 5);

If you want numbers longer than long, you should use GMP anyway (or should
know what you are doing). That unsigned hack, IIRC, was made with the
single purpose of enabling working with IPs, etc.
-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to