mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Hide key_exists and array_key_change_case from the docs for now.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62001 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4edc0b7593
commit
554f8c1e99
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.113 $ -->
|
||||
<!-- $Revision: 1.114 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -134,6 +134,7 @@ Array
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!--
|
||||
<refentry id="function.array-change-key-case">
|
||||
<refnamediv>
|
||||
<refname>array_change_key_case</refname>
|
||||
|
@ -180,6 +181,7 @@ Array
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
-->
|
||||
|
||||
<refentry id="function.array-chunk">
|
||||
<refnamediv>
|
||||
|
@ -2555,6 +2557,7 @@ if (in_array(1.13, $a, TRUE))
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- (temporarily?) undocumented
|
||||
<refentry id="function.key-exists">
|
||||
<refnamediv>
|
||||
<refname>key_exists</refname>
|
||||
|
@ -2591,6 +2594,7 @@ if (key_exists("first", $search_array)) {
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
-->
|
||||
|
||||
<refentry id="function.krsort">
|
||||
<refnamediv>
|
||||
|
|
Loading…
Reference in a new issue