mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
third parameter to in_array is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45026 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7013946e96
commit
8439445081
1 changed files with 1 additions and 1 deletions
|
@ -2112,7 +2112,7 @@ blue, large, sphere, medium
|
|||
<funcdef>bool in_array</funcdef>
|
||||
<paramdef>mixed <parameter>needle</parameter></paramdef>
|
||||
<paramdef>array <parameter>haystack</parameter></paramdef>
|
||||
<paramdef>bool <parameter>strict</parameter></paramdef>
|
||||
<paramdef>bool <parameter><optional>strict</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue