mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Fixed funcdef for in_array and updated the German docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45028 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8439445081
commit
11c0f75b36
1 changed files with 5 additions and 3 deletions
|
@ -2109,10 +2109,12 @@ blue, large, sphere, medium
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>bool in_array</funcdef>
|
||||
<funcdef>bool <function>in_array</function></funcdef>
|
||||
<paramdef>mixed <parameter>needle</parameter></paramdef>
|
||||
<paramdef>array <parameter>haystack</parameter></paramdef>
|
||||
<paramdef>bool <parameter><optional>strict</optional></parameter></paramdef>
|
||||
<paramdef>bool
|
||||
<parameter><optional>strict</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -2170,7 +2172,7 @@ if (in_array(1.13, $a, TRUE))
|
|||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>mixed <function>array_search</function></funcdef>
|
||||
|
|
Loading…
Reference in a new issue