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 */
文件列表
hashids.php-master整数生成唯一字符串的加密库.zip
(预估有个8文件)
hashids.php-master整数生成唯一字符串的加密库
php中文网下载站.url
114B
php中文网免费下载站.txt
219B
hashids.php-master
composer.json
1KB
LICENSE
1KB
src
Math.php
4KB
HashidsException.php
436B
Hashids.php
9KB
暂无评论