$_SERVER() PHP 环境变量

2017-10-08  本文已影响0人  zhaohw810

'PHP_SELF'

the filename of the currently executing script,relative to the document root.

'REMOTE_ADDR'

The IP address from which the user is viewing the current page.

'SERVER_ADDR'

The IP address of the server under which the current script is executing.

上一篇 下一篇

猜你喜欢

热点阅读