4
How can I calculate 15,625 mod 23 only in PHP?
I searched on google and other sources and did not succeed in my search, could give me more information?
4
How can I calculate 15,625 mod 23 only in PHP?
I searched on google and other sources and did not succeed in my search, could give me more information?
4
You must do so:
echo 15.625 % 23;
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
http://answall.com/a/704/101
– Maniero
You need the mod result as integer or as float?
– bfavaretto
Thanks @bigown
– Elaine