标签: php logging ip file-get-contents
我正在使用file_get_contents("www.example.com");功能。 现在我想知道网站www.example.com是否从网页上看到用户ip或serverip?
file_get_contents("www.example.com");
www.example.com
答案 0 :(得分:1)
由于PHP在服务器而不是客户端上运行,因此网站会看到服务器IP。