can php detect client browser monitor size/resolution?

前端 未结 8 1139
一生所求
一生所求 2020-12-20 16:20

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?

8条回答
  •  旧时难觅i
    2020-12-20 16:47

    No, it cant. PHP runs on the server, so it cant detect client settings unless you take specific client-side steps to pass the info to the PHP scripts on the server.

提交回复
热议问题