if(preg_match("/^[^\d-.,:]/",$addr)){
	echo $addr.'不是数字或其他特殊字符开头';
}

  

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-01-08
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
相关资源
相似解决方案