Home>Article>Backend Development> How to get ip address using php

This article mainly introduces the use ofdoscommand to obtain theIPaddress, and also provides the use ofphpto obtainipAddress method.
As we all know, when a computer queries the local IP address, it usually uses thedoscommand
win rcall outdosCommand

Useipconfig/allto get youripaddress (I will not expose my IP)

But how to get yourIPaddress inphp?
Method one:
Method two:
Method three:
Recommended: "php video tutorial" "php tutorial"
The above is the detailed content of How to get ip address using php. For more information, please follow other related articles on the PHP Chinese website!