mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Doc Bug #67045 array_unique bad wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333355 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0f372a5168
commit
4e21db746b
1 changed files with 2 additions and 5 deletions
|
@ -27,11 +27,8 @@
|
|||
<note>
|
||||
<simpara>
|
||||
Two elements are considered equal if and only if
|
||||
<literal>(string) $elem1 === (string) $elem2</literal>. In words:
|
||||
when the string representation is the same.
|
||||
</simpara>
|
||||
<simpara>
|
||||
The first element will be used.
|
||||
<literal>(string) $elem1 === (string) $elem2</literal> i.e.
|
||||
when the string representation is the same, the first element will be used.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue