mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Let's first finish the discussion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2e37d21389
commit
9bd3e42dc1
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.115 $ -->
|
||||
<!-- $Revision: 1.116 $ -->
|
||||
<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>
|
||||
|
||||
<!--
|
||||
<refentry id="function.array-key-exists">
|
||||
<refnamediv>
|
||||
<refname>array_key_exists</refname>
|
||||
|
@ -2591,6 +2594,7 @@ if (array_key_exists("first", $search_array)) {
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
-->
|
||||
|
||||
<refentry id="function.krsort">
|
||||
<refnamediv>
|
||||
|
|
Loading…
Reference in a new issue