if (!preg_match('/^(\d|[a-zA-Z]|[!@#$%^&*\.]){6,18}$/', $password)){
throw new Exception($errorCode ? $errorCode: '10201005');
}

相关文章:

  • 2021-08-17
  • 2021-12-09
  • 2022-02-01
  • 2021-11-30
  • 2021-08-15
  • 2021-10-21
  • 2021-11-30
  • 2021-12-05
猜你喜欢
  • 2021-12-09
  • 2021-11-27
  • 2022-12-23
  • 2021-07-07
  • 2021-10-22
相关资源
相似解决方案