|
fmodReturns the floating point remainder (modulo) of the division of the arguments Description
float fmod
( float
$x
, float $y
)
Returns the floating point remainder of dividing the dividend
( Parameters
Return Values
The floating point remainder of
Examples
Example #1 Using fmod
<?php |