yohgaki         Thu Feb 21 04:11:50 2002 EDT

  Modified files:              
    /phpdoc/en/functions        funchand.xml info.xml misc.xml var.xml 
  Log:
  Add cross referece for get_defined_constants.
  # I couldn't find it at first time by myself :(
  
  
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.27 phpdoc/en/functions/funchand.xml:1.28
--- phpdoc/en/functions/funchand.xml:1.27       Sat Feb  2 10:35:59 2002
+++ phpdoc/en/functions/funchand.xml    Thu Feb 21 04:11:46 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <reference id="ref.funchand">
   <title>Function Handling functions</title>
   <titleabbrev>Functions</titleabbrev>
@@ -515,7 +515,8 @@
      </informalexample>
     </para>
     <para>
-     See also <function>get_defined_vars</function>.
+     See also <function>get_defined_vars</function> and 
+     <function>get_defined_constants</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.90 phpdoc/en/functions/info.xml:1.91
--- phpdoc/en/functions/info.xml:1.90   Sat Feb  2 10:36:01 2002
+++ phpdoc/en/functions/info.xml        Thu Feb 21 04:11:47 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.90 $ -->
+<!-- $Revision: 1.91 $ -->
  <reference id="ref.info">
   <title>PHP Options&amp;Information</title>
   <titleabbrev>PHP Options/Info</titleabbrev>
@@ -372,7 +372,9 @@
      </informalexample>
     </para>
     <para>
-     See also <function>get_loaded_extensions</function>.
+     See also <function>get_loaded_extensions</function>,
+     <function>get_defined_functions</function> and
+     <function>get_defined_vars</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.68 phpdoc/en/functions/misc.xml:1.69
--- phpdoc/en/functions/misc.xml:1.68   Fri Feb 15 04:13:27 2002
+++ phpdoc/en/functions/misc.xml        Thu Feb 21 04:11:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.68 $ -->
+<!-- $Revision: 1.69 $ -->
  <reference id="ref.misc">
   <title>Miscellaneous functions</title>
   <titleabbrev>Misc.</titleabbrev>
@@ -225,8 +225,9 @@
     </para>
     <para>
      See also <function>define</function>,
-     <function>constant</function> and the section on <link
-     linkend="language.constants">Constants</link>.
+     <function>constant</function>,
+     <function>get_defined_constants</function> and the section on
+     <link linkend="language.constants">Constants</link>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.96 phpdoc/en/functions/var.xml:1.97
--- phpdoc/en/functions/var.xml:1.96    Fri Feb 15 10:43:49 2002
+++ phpdoc/en/functions/var.xml Thu Feb 21 04:11:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.96 $ -->
+<!-- $Revision: 1.97 $ -->
  <reference id="ref.variables">
   <title>Variable Functions</title>
   <titleabbrev>Variables</titleabbrev>
@@ -255,7 +255,8 @@
      </informalexample>
     </para>
     <para>
-     See also <function>get_defined_functions</function>.
+     See also <function>get_defined_functions</function> and
+     <function>get_defined_constants</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to