sp_authencode()

V1.1.1新增

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