Get remainder only from a division using PHP

Viewed 57432

I am dividing 19/5 where by I have used 19/5 but I am unable to get the remainder only.

How do I get it.

Thanks Jean

3 Answers
Related