Home  >  Article  >  Backend Development  >  整数运算问题

整数运算问题

WBOY
WBOYOriginal
2016-06-23 13:49:09843browse

$a = '2912478533' % 1024;

如何在32位系统得到正确的结构


回复讨论(解决方案)

echo bcmod('2912478533', '1024');

哥。你太牛了,对你的敬仰犹如滔滔江水啊!!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn