PHP seems to be missing a modulo function (the remainder after a division of two whole numbers, e.g. 10 mod 3 = 1). Also, I'd prefer to see a div function, rather than use the floor() function (10 div 3) = 3.
Are there any plans to add this functionality, or am I missing something obvious?
Thx,
Tac