标签: function deprecated
我有一个脚本,虽然很老,但却出现以下错误
PHP Deprecated: Function ereg() is deprecated in /home/mysite/public_html/lang/index.php on line 12
第12行有此代码
ereg('([a-z]{1,2})(-([a-z0-9]+))?(;q=([0-9\.]+))?',$lang,$found);
我可以用其他东西替换它来阻止此错误吗?
干杯