When I calculate in php
print (2224516644% (pow (2,16) + 1));
the result is -5748.
While in the calculator the result is 59790
Why ? I need help
When I calculate in php
print (2224516644% (pow (2,16) + 1));
the result is -5748.
While in the calculator the result is 59790
Why ? I need help
http://php.net/manual/en/reserved.constants.php Your value is higher than PHP_INT_MAX