$arg_PARAMETER この変数が存在する場合、クエリ文字列でGET要求変数パラメータの値を含む This variable contains the value of the GET request variable PARAMETER if present in the query string $args この変数は、例えば、要求行でGETパラメータです。 FOO =123&バー= blahblah、この変数は変更される場合があります。 This variable is the GET parameters in request line, e.g. foo=123&bar=blahblah; This variable could be changed. $binary_remote_addr バイナリ形式でクライアントのアドレス; The address of the cl