mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Improve wording
"strictly different from <type>null</type>" implies a type check, what is not necessarily appropriate here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343965 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7645f06a69
commit
eccca2de38
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ echo current($array) . "<br />\n"; // "step one"
|
|||
the return value in case of an array which has a <type>boolean</type> &false;
|
||||
first element. To properly check the value of the first element of an array
|
||||
which may contain &false; elements, first check the <function>count</function>
|
||||
of the array, or check that <function>key</function> is strictly different from
|
||||
<type>null</type>, after calling <function>reset</function>.
|
||||
of the array, or check that <function>key</function> is not
|
||||
&null;, after calling <function>reset</function>.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue