philip          Fri Nov 23 03:23:25 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Added link to "types" under definition of in_array()'s "static" parameter.
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.128 phpdoc/en/functions/array.xml:1.129
--- phpdoc/en/functions/array.xml:1.128 Thu Nov 22 08:51:33 2001
+++ phpdoc/en/functions/array.xml       Fri Nov 23 03:23:08 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.128 $ -->
+<!-- $Revision: 1.129 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -2599,8 +2599,8 @@
     <para>
      If the third parameter <parameter>strict</parameter> is set to
      &true; then the <function>in_array</function>
-     will also check the types of the <parameter>needle</parameter>
-     in the <parameter>haystack</parameter>.
+     will also check the <link linkend="language.types">types</link> of 
+     the <parameter>needle</parameter> in the <parameter>haystack</parameter>.
     </para>
     <para>
      <example>


Reply via email to