mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e3840f79d2
commit
9017566f2f
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue