bang/random

There is no license information available for the latest version (v1.0.2) of this package.

生成随机数的插件

v1.0.2 2020-09-12 04:45 UTC

This package is auto-updated.

Last update: 2024-05-12 13:00:06 UTC


README

生成随机数的插件

安装

composer require bang/random

用法

  <?php
        Random::alnum(6);//生成数字和字母
        Random::alpha(6);//仅生成字符
        Random::numeric(6);//生成指定长度的随机数字
        Random::nozero(6);//数字和字母组合的随机字符串
        Random::chinese(6);//6个汉字
        Random::uuid(6);//获取全球唯一标识