From ad0ead4d77c9959fdf1f429527ed8bdb43b8c3cc Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Sun, 5 May 2002 11:55:37 +0000 Subject: [PATCH] Typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81275 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/import-request-variables.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/var/functions/import-request-variables.xml b/reference/var/functions/import-request-variables.xml index 5eaf5c9076..bcc6903857 100644 --- a/reference/var/functions/import-request-variables.xml +++ b/reference/var/functions/import-request-variables.xml @@ -1,5 +1,5 @@ - + @@ -28,13 +28,13 @@ includes the uploaded file informations. Note, that the order of the letters matters, as using "gp", the POST variables will overwrite GET variables with the same - name. Any other other letters then GPC are discarded. + name. Any other other letters than GPC are discarded. The prefix parameter is used as a variable name prefix, prepended before all variable's name imported into the global scope. So if you have a GET value named "userid", and provide - a prefix "pref", then you'll get a global variable named + a prefix "pref_", then you'll get a global variable named $pref_userid.