Home > Backend Development > PHP Tutorial > $IP = $_SERVER['REMOTE_ADDR']获取IP的原理是什么?HTTP头信息里并没有这个字段啊

$IP = $_SERVER['REMOTE_ADDR']获取IP的原理是什么?HTTP头信息里并没有这个字段啊

WBOY
Release: 2016-06-23 13:28:25
Original
2450 people have browsed it

$IP = $_SERVER['REMOTE_ADDR']获取IP的原理是什么?HTTP头信息里并没有这个字段啊


回复讨论(解决方案)

他是将 tcp/ip 数据包中的 ip 提取出来供你参考的

他是将 tcp/ip 数据包中的 ip 提取出来供你参考的

他是将 tcp/ip 数据包中的 ip 提取出来供你参考的


也就是说他是发生在TCP握手的时候,属于网络层的东西?

对!

REMOTE_ADDR 是 CGI 环境变量

知道原因了,多谢一楼

知道原因了,多谢一楼

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template