PHP - 让服务器 ping 访客 IP 并在毫秒内返回 ping
我想做的就像标题所说的那样。 ping 用户 IP 并以毫秒为单位返回结果,例如:
Ping IP 返回400ms。
我不知道如何做到这一点,但我希望它会相对简单。我可以访问 exec() 函数和类似的函数,因为我将在虚拟专用服务器上运行此脚本。
提前致谢。
I want to do as the title states. To ping a users IP and return a result in ms, for instance:
Ping IP
return 400ms.
I have no idea how to do this but I expect it would be relatively simple. I have access to the exec() function and the functions similar to it as I will be running this script on a virtual private server.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
try this
试试这个:
Try this: