32 bit unsigned int php

Posted by Zeta Two on Stack Overflow See other posts from Stack Overflow or by Zeta Two
Published on 2010-03-25T23:41:34Z Indexed on 2010/03/25 23:43 UTC
Read the original article Hit count: 462

Filed under:
|
|
|
|

Hello!

Does anyone know of a class/library/etc. that can simulate 32 bit unsigned integers on a 32 bit platform in PHP? I'm porting a C lib into PHP and it uses a lot of integers that are greater than the maximum for 32 bit signed int.

© Stack Overflow or respective owner

Related posts about php

Related posts about integer