Deprecated: Function eregi() is deprecated in……

解决方法: 

找到代码所在的文件 位置 

改前:eregi("msie", $agent)

改后:preg_match("/msie/", $agent)

 

相关文章:

  • 2021-11-08
  • 2021-09-02
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案