Judging from a computer or cell phone

Source: Internet
Author: User

<?PHP/** * Present company in use, not perfect place to look forward to*/classFromphoneorpc {//Judging from a computer or cell phone     Public functionJudgefrom () {$uAgent=$_server[' Http_user_agent ']; $hAccept=$_server[' Http_accept ']; $osPat= "mozilla|m3gate|winwap|openwave| Windows nt| Windows 3.1|95| blackcomb|98| me| X window|ubuntu| longhorn| Aix| amigaos| beos| Hp-ux| openbsd| freebsd| netbsd| os\/2| osf1| SUN "; $phonePat= "iphone| Linux| android| symbian| Windows Phone OS "; if(Preg_match("/($phonePat)/I ",$uAgent)) {            return' Phone '; } Else if(Preg_match("/($osPat)/I ",$uAgent)) {            if(isset($_server[' Http_accept ']) && (Strpos($_server[' Http_accept '], ' vnd.wap.wml ')!==FALSE) && (Strpos($_server[' Http_accept '], ' text/html ') = = =FALSE|| (Strpos($_server[' Http_accept '], ' vnd.wap.wml ') <Strpos($_server[' Http_accept '], ' text/html ')) )) {                return' Phone '; } Else {                return"PC"; }        } Else {            return' Phone '; }    }}//1, the current smart phone will display the system are eliminated////2, and then eliminate the WAP format header////3, the rest of the basic is the PC 

Judging from a computer or cell phone

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.