Home  >  Article  >  php教程  >  获取一定范围内的随机数字

获取一定范围内的随机数字

WBOY
WBOYOriginal
2016-06-07 11:45:521299browse

获取一定范围内的随机数字 位数不足补零。function rand_number ($min, $max) {<br>     return sprintf("%0".strlen($max)."d", mt_rand($min,$max));<br> }

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:发现TP3.1的一个BUGNext article:U方法使用示例