php实现一个发红包功能,100元发给8人-CSDN博客

网站介绍:function red($total, $num){ $total *= 100; $tmp = []; $arr = []; for (; $num > 1; $num--) { $p = mt_rand(1, $total); while (in_array($p, $tmp) || $...