PHP 加密函数 发表于 2018-06-01 | 更新于 2018-11-11 | 分类于 PHP , Auth | 评论数: | 阅读次数: hash() password_hash() 1234567hash($algo, $data [, $raw_output])// algo 加密算法,可以通过 hash_algos() 函数查看password_hash ( string $password , int $algo [, array $options ] )// algo 加密算法,通过 PASSWORD_* 常量设置