fmod(): reminder (modulo) of division

<?Php
echo fmod(5,2); // Output 1
echo "<br>";
echo fmod(10,2); // Output 0 
echo "<br>";
echo fmod(13,2); // Output is 1
echo "<br>";
echo fmod(6,3); // Output is 0
?>
Syntax
float fmod(float $X,float $y);
$X is the dividend
$Y is the divisor

Output is remainder of $x/$y

Math Functions intdiv() Integer division (quotient) of a number
base_convert(): Convert number From any base to other
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here





    PHP video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer