PHP fmod May 3, 2012 Pramod T P It returns the remainder of the division. Example <?php echo fmod(4,7); ?> Output 4