PHP eregi() is deprecated detect browser [duplicate]
问题 This question already has answers here : How can I convert ereg expressions to preg in PHP? (4 answers) Closed 5 years ago . I have a function to detect browser with version: # Agent - Webbrowsers function agent_browser($http_user_agent) { // Browsers $browsers = array ( 'Android Standaard' => '(Linux)(.*)(Android)(.*)(Mobile Safari)', 'MSIE 10' => '(MSIE 10)', 'MSIE 9' => '(MSIE 9)', 'MSIE 8' => '(MSIE 8)', 'MSIE 7' => '(MSIE 7)', 'MSIE 6' => '(MSIE 6)', 'MSIE 5' => '(MSIE 5)', 'Opera 12' =>