mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
#fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3cd796966f
commit
f78a38b22d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.119 -->
|
||||
<refentry id="function.array-key-exists">
|
||||
<refnamediv>
|
||||
|
@ -34,7 +34,7 @@ if (array_key_exists("first", $search_array)) {
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
This name of this function is <function>key_exists</function>
|
||||
The name of this function is <function>key_exists</function>
|
||||
in PHP version 4.0.6.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue