mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Reverting clarification. It was clearer, but also wrong.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62476 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a9f4a1c5f0
commit
85875f7a0a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.121 $ -->
|
||||
<!-- $Revision: 1.122 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -604,7 +604,7 @@ if (array_key_exists("first", $search_array)) {
|
|||
<note>
|
||||
<simpara>
|
||||
The name of this function is <function>key_exists</function>
|
||||
in PHP versions earlier than 4.0.6.
|
||||
in PHP version 4.0.6.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue