How do I get the local IP address of the server using PHP?

后端 未结 7 1057
不思量自难忘°
不思量自难忘° 2020-12-31 14:21

I am developing a PHP application that will be run only on the local network of a business. The application will be installed to the server using a custom installer like thi

7条回答
  •  無奈伤痛
    2020-12-31 15:09

    Try :

    EDIT :

    A bit hacky, but it seems to work :

    But this rely on a third website..

提交回复
热议问题