Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
なぜ?オーバーフローだと思いますが、修正できません。
<?php /*redis*/ $redis = new Redis(); $redis->connect('127.0.0.1'); $res = $redis->eval('return 32140378*16777216'); var_dump($res); exit; //result:1509949440 //right:539226064027648