mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
deleted code block from array_fill (see below). Before committing, please test with make test next time!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66130 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f602a82b4c
commit
4970b5d28b
1 changed files with 1 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.144 $ -->
|
||||
<!-- $Revision: 1.145 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -1444,12 +1444,6 @@ $d = array_reduce($x, "rsum", 1);
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<parameter>num</parameter> entries of the value of the
|
||||
<parameter>value</parameter> parameter, keys starting at the
|
||||
<parameter>start_index</parameter> parameter.
|
||||
</para>
|
||||
|
||||
<refentry id="function.array-shift">
|
||||
<refnamediv>
|
||||
<refname>array_shift</refname>
|
||||
|
|
Loading…
Reference in a new issue