function valid_password($password) { if(preg_match("/^(?=.*\d)(?=.*[a-z]).{32,64}$/", $string)) return TRUE; else return FALSE; }
沒有留言:
張貼留言