Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
egpcs (environment, get, post, cookie, server) 変数のパースの 順番を設定します。このディレクティブのデフォルトの設定値は、 "egpcs"です。例えば、これを"gp"に設定するとphpは完全に環境変 数、クッキー、サーバ変数を無視し、getメソッド変数を同じ名前の postメソッド変数で全て上書きするようになります。
set the order of the egpcs (environment, get, post, cookie, server) variable parsing. the default setting of this directive is "egpcs". setting this to "gp", for example, will cause php to completely ignore environment variables, cookies and server variables, and to overwrite any get method variables with post-method variables of the same name.