From 6d34058826a0b0dcf2a857d5f9776bba5a8dc15e Mon Sep 17 00:00:00 2001 From: zq Date: Wed, 12 Aug 2020 16:38:22 +0800 Subject: [PATCH] =?UTF-8?q?'=E9=9A=8F=E6=9C=BA=E7=B1=BB=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E9=94=99=E8=AF=AF'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/fast/Random.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/fast/Random.php b/extend/fast/Random.php index 7edade5b5..b063d87f6 100644 --- a/extend/fast/Random.php +++ b/extend/fast/Random.php @@ -42,7 +42,7 @@ class Random } /** - * 数字和字母组合的随机字符串 + * 生成制定长度的无0随机数字 * * @param int $len 长度 * @return string -- Gitee