Mobile regexp user agent

前端 未结 2 903
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-18 09:35

i have to check in my script for user agent for mobile.

i have

if(preg_match(\'/lg|iphone|blackberry|opera/i\', $_SERVER[\'HTTP_USER_AGENT\'])) { ...         


        
2条回答
  •  不知归路
    2021-01-18 10:07

    I'm using this library to detect OS and browser info http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/

提交回复
热议问题