Best way to get hostname with php

前端 未结 6 2009
别跟我提以往
别跟我提以往 2020-12-05 03:51

I have a php application that is installed on several servers and all of our developers laptops. I need a fast and reliable way to get the server\'s hostname or some other

6条回答
  •  情话喂你
    2020-12-05 04:19

    php_uname but I am not sure what hostname you want the hostname of the client or server.

    plus you should use cookie based approach

提交回复
热议问题