Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 164 Bytes

sp_auth_encode.md

File metadata and controls

11 lines (9 loc) · 164 Bytes

sp_authencode()

V1.1.1新增

<?php
$string='666666';
$string=sp_authencode($string);//加密字符串
echo $string;//输出加密后的字符串
?>