pengzeng/sixtwo

v1.0.2 2019-10-12 09:11 UTC

This package is auto-updated.

Last update: 2024-10-12 20:33:51 UTC


README

$fuck = new Sixtwo();
$number = mt_rand(1,9999999999);
echo '原数:'.$number.'<br>';
$str = $fuck->int2str($number);
echo '字符:'.$str.'<br>';
$number1 = $fuck->str2int($str);
echo '还原:'.$number1.'<br>';