Guest User

Untitled

a guest
Sep 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $device_detector = new DeviceDetector();
  2.  
  3.  
  4. if ($device_detector->is_mobile()){
  5. // Do something
  6. } else {
  7. // Do other things
  8. }
Add Comment
Please, Sign In to add comment