Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 177 Bytes

sp_auth_code.md

File metadata and controls

12 lines (9 loc) · 177 Bytes

sp_authcode()

V1.1.1新增

<?php
$string='1324123i412qewrwerqwe';
$string=sp_authcode($string);//解密字符串
echo $string;//输出解密后的字符串
?>