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

整数生成唯一字符串的加密PHP库.zip

上传者: 2020-07-21 12:32:44上传 ZIP文件 7.89KB 热度 9次
<?php namespace Hashids; class Hashids implements HashidsInterface {     const SEP_DIV = 3.5;     const GUARD_DIV = 12;     protected $alphabet;     protected $seps = 'cfhistuCFHISTU';     protected $guards;     protected $minHashLength;     protected $salt;     public function __const
下载地址
用户评论