fixed note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kenneth Schwartz 2004-03-30 10:17:12 +00:00
parent da03fb9329
commit a83b7f3951

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.extract">
<refnamediv>
@ -154,12 +154,11 @@
code that relies on
<link linkend="security.registerglobals">register_globals</link>
temporarily, make sure you use one of the non-overwriting
<parameter>extract_type</parameter> values like <constant>EXTR_SKIP</constant>
and be aware that you should extract <varname>$_GET</varname>,
<varname>$_POST</varname>, <varname>$_COOKIE</varname>,
<varname>$_SESSION</varname> and <varname>$_SERVER</varname> in that order
when using an overwriting <parameter>extract_type</parameter> or in
reverse order when using a non-overwriting type.
<parameter>extract_type</parameter> values such as
<constant>EXTR_SKIP</constant> and be aware that you should extract
<varname>$_SERVER</varname>, <varname>$_SESSION</varname>,
<varname>$_COOKIE</varname>, <varname>$_POST</varname> and
<varname>$_GET</varname> in that order.
</para>
</warning>
<para>