jimw            Sat Dec  8 16:21:50 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  parse_str: incorporate user notes
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.132 phpdoc/en/functions/strings.xml:1.133
--- phpdoc/en/functions/strings.xml:1.132       Sat Dec  8 15:04:38 2001
+++ phpdoc/en/functions/strings.xml     Sat Dec  8 16:21:50 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.132 $ -->
+<!-- $Revision: 1.133 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -1677,6 +1677,11 @@
      the second parameter <parameter>arr</parameter> is present, 
      variables are stored in this variable as an array elements instead. 
     </para>
+    <note>
+     <para>
+      Support for the optional second parameter was added in PHP 4.0.3.
+     </para>
+    </note>
     <para>
      <example>
       <title>Using <function>parse_str</function></title>
@@ -1690,6 +1695,10 @@
 ]]>
       </programlisting>
      </example>
+    </para>
+    <para>
+     See also <function>set_magic_quotes_runtime</function>
+     and <function>urldecode</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to