Find multiples of a number in PHP

前端 未结 4 1069
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 13:52

I want to find all muliples of a number in PHP.

I\'m using something like this

if($count != 20 )

to work out if $count

4条回答
提交回复
热议问题