sean            Wed Aug 18 12:17:02 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions get-defined-constants.xml 
  Log:
  grammar
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/get-defined-constants.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/info/functions/get-defined-constants.xml
diff -u phpdoc/en/reference/info/functions/get-defined-constants.xml:1.8 
phpdoc/en/reference/info/functions/get-defined-constants.xml:1.9
--- phpdoc/en/reference/info/functions/get-defined-constants.xml:1.8    Wed Aug 18 
07:35:32 2004
+++ phpdoc/en/reference/info/functions/get-defined-constants.xml        Wed Aug 18 
12:17:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
   <refentry id="function.get-defined-constants">
    <refnamediv>
@@ -57,9 +57,9 @@
      </informalexample>
     </para>
     <para>
-     As of PHP 5, you can pass an optional parameter
-     <parameter>categorize</parameter> causing that this function will return
-     multi-dimensional array with categories in keys of the first dimension and
+     As of PHP 5, an additional parameter, <parameter>categorize</parameter>,
+     may be passed, causing this function to return a multi-dimensional array
+     with categories in the keys of the first dimension and
      constants and their values in the second dimension.
      <informalexample>
       <programlisting role="php">
@@ -114,8 +114,8 @@
      </informalexample>
      <note>
       <para>
-       Value of the <parameter>categorize</parameter> parameter is irrelevant,
-       only presence is considered.
+       The value of the <parameter>categorize</parameter> parameter is irrelevant,
+       only its presence is considered.
       </para>
      </note>
     </para>

Reply via email to