これは私が受け取っているエラーです
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;
どんな助けでも大歓迎です