From professional translators, enterprises, web pages and freely available translation repositories.
// this will import get and post vars // with an "rvar_" prefix import_request_variables("gp", "rvar_"); print $rvar_foo;
注意 prefix パラメータはオプションですが、 接頭辞を指定しないか接頭辞として空の文字列を指定した場合、 e_notice レベルのエラーが 発生します。これは、セキュリティ上の問題を発生する可能性があります。 noticeレベルのエラーは、デフォルトの error reporting レベルでは表示されません。