如何从ip地址获取计算机名称?

发布于 2024-11-13 22:21:32 字数 224 浏览 1 评论 0原文

如何使用 php.ini 从 IP 地址获取计算机名称

概念:

如何限制用户使用系统信息。,我不想要具有该限制的IP地址。,因为它不适合我。,IP地址不是静态的每天它都会改变,所以我想要一个系统名称或与系统相关的东西。,我的基本想法是我想限制用户只能访问一个系统。,而不是其他系统。,(1个用户 - 1个系统)与他的/她的登录详细信息...所以这是我的项目的概念...

How to get the computer name from IP Address using php.

Concept :

How to restrict the user with using the system information.,i don't want the IP Address with that restriction.,because it doesn't use for me.,the IP Address are not static everyday it'll changed so i want a system name or something system related.,my basic idea is i want to restrict the user with the access of only one system.,not some other.,(1 user - 1 system) with his/her login details...so this is the concept for my project...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女的英雄梦 2024-11-20 22:21:32
gethostbyaddr($TheIpAddress);

会成功的。 http://php.net/gethostbyaddr

gethostbyaddr($TheIpAddress);

will do the trick. http://php.net/gethostbyaddr

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文