$_SERVER() PHP 环境变量

'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.

你可能感兴趣的:($_SERVER() PHP 环境变量)