Get user device, browser, screen resolution etc in PHP 7.2

You are probably better off getting this info from Analytics, or similar services. PHP isn’t great at getting client info, being server-side, it does not get a lot of fed back from the client.

In reality, you shouldn’t really think about things like specific screen sizes, develop for any screen size, (within reason).