摘要: 返回结果: array(4) { ["name"]=> string(0) "" ["AnotherArray"]=> array(4) { [0]=> string(2) "21" [1]=> string(2) "12" ["email"]=> string(2) "21" ["phone"]= 阅读全文
posted @ 2019-07-09 19:08 没事就更 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 1 echo password_hash("rasmuslerdorf", PASSWORD_DEFAULT); 1 验证: 2 $s = "123456"; 3 $hase = password_hash($s, PASSWORD_ARGON2I); 4 var_dump(password_verify($s, $hash)) 阅读全文
posted @ 2019-07-09 18:39 没事就更 阅读(156) 评论(0) 推荐(0) 编辑