mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Tyop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
206c18e141
commit
f2ccacf049
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xml:id="function.array-walk-recursive" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>array_walk_recursive</refname>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>array</parameter></term>
|
||||
<term><parameter>input</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The input array.
|
||||
|
@ -36,7 +36,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Typically, <parameter>funcname</parameter> takes on two parameters.
|
||||
The <parameter>array</parameter> parameter's value being the first, and
|
||||
The <parameter>input</parameter> parameter's value being the first, and
|
||||
the key/index second.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue