hashids.php master整数生成唯一字符串的加密库.zip
<?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 */
下载地址
用户评论