📜  获取 1 到 100 之间的数字 faker php 代码示例

📅  最后修改于: 2022-03-11 14:53:40.690000             🧑  作者: Mango

代码示例1
rand(0,10);
or
random_int(0,10)