Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 136 Bytes

sp_password.md

File metadata and controls

9 lines (8 loc) · 136 Bytes

sp_password()

<?php
$pw='simplewind';
$afpw=sp_password($pw);//加密字符串
echo $afpw;//输出加密后的字符串
?>