Posted by F Laupretre on 02/07/06 23:40
Le Tue, 07 Feb 2006 09:07:24 +0100, <mkwong8888@hotmail.com> a écrit:
> We are unable to represent an unsigned integer with 16 bytes memory
> size. The current integer size is 4 bytes by default. There is no way
> for us to store large integer in this case.
>
>
> The valid number range is from 0 to 2^128-1
> (340282366920938463463374607431768211455).
>
> Thank you.
>
Look at the bcmath extension (http://www.php.net/manual/en/ref.bc.php). It
provides arbitrary precision number arithmetics. You can even specify how
many decimal numbers you want.
Navigation:
[Reply to this message]
|