#fix typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
David Croft 2002-06-21 03:35:09 +00:00
parent 3cd796966f
commit f78a38b22d

View file

@ -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>