1. 首页
  2. 移动开发
  3. 其他
  4. hashids.php master整数生成唯一字符串的加密库.zip

hashids.php master整数生成唯一字符串的加密库.zip

上传者: 2020-07-19 16:01:03上传 ZIP文件 8.21KB 热度 13次
<?php namespace Hashids; class Hashids implements HashidsInterface {     const SEP_DIV = 3.5;     const GUARD_DIV = 12;     /**      * The alphabet string.      *      * @var string      */     protected $alphabet;     /**      * The seps string.      *      * @var string      */
用户评论