Added link to "types" under definition of in_array()'s "static" parameter.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63106 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2001-11-23 08:23:08 +00:00
parent e3840f79d2
commit 9017566f2f

View file

@ -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 @@ blue, large, sphere, medium
<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>