dseigqk7443 2012-08-30 22:17
浏览 125
已采纳

获取与路由器连接的DHCP地址

I run MAMP to do local wordpress development and for various reasons I need to access the sites via something like http://192.162.1.99:8888 rather than http://localhost:8888. This is generally not a problem whilst on my own connection as I always connect with the same IP. However when out and about I have to mess about and change various constants to reflect the IP I'm on with that router.

So is there a technique using PHP that can ascertain this DHCP address? Nothing within $_SERVER returns this address, ['SERVER_ADDR'] & ['REMOTE_ADDR'] contain ::1 and ['HTTP_HOST'] contains localhost:8888.

  • 写回答

1条回答 默认 最新

  • douluyezhen4512 2012-08-30 23:39
    关注

    Likely not the cleanest solution, but if you are running Linux/Unix you can run the below php system call in your script. I have not tested it but I believe it will provide you with the correct IP in the variable. Just remember to switch en1 with your actual ethernet/wireless adapter name for your system. You may also need to use the exact path to the ifconfig command.

    $ipAddress = system('ifconfig en1 | grep inet | cut -d" " -f2' , $returnVal);
    

    Sorry if the variable names are not in the php standard, I normally develop in Java these days.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 关于#stm32#的问题:需要指导自动酸碱滴定仪的原理图程序代码及仿真
  • ¥20 设计一款异域新娘的视频相亲软件需要哪些技术支持
  • ¥15 stata安慰剂检验作图但是真实值不出现在图上
  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因