简单教程
提交运行
代码编辑器:
<?php $x = 7; $y = 2; $result = fmod($x,$y); echo $result;// $result equals 1, because 2 * 3 + 1 = 7
运行结果: