这是我收到的错误
Deprecated: Function eregi() is deprecated in /home/socia125/public_html/profile.php on
line231
这是我的代码
// Loop through the array of user agents and matching operating systems
foreach($OSList as $CurrOS=>$Match) {
// Find a match
if (eregi($Match, $agent)) {
break;
任何帮助表示赞赏