Get Specific Device Information

后端 未结 5 759
你的背包
你的背包 2020-12-06 14:29

Using just PHP, is there anyway to detect if the page is being loaded from a SPECIFIC device? Say, I would want the page to react differently if only MY iPhone was loading t

5条回答
  •  北海茫月
    2020-12-06 15:03

    By using Mobile_Detect PHP class you can detect your mobile devices. It uses the user-agent string combined with specific HTTP headers to detect the mobile environment.

提交回复
热议问题