Home > Backend Development > PHP Tutorial > 整数运算问题

整数运算问题

WBOY
Release: 2016-06-23 13:49:09
Original
898 people have browsed it

$a = '2912478533' % 1024;

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


回复讨论(解决方案)

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template