[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/array/functions/_array-map.xml?=
From:       George_Peter_Banyard <girgias () php ! net>
Date:       2019-05-21 19:56:39
Message-ID: svn-girgias-1558468599-347465-2017240610 () svn ! php ! net
[Download RAW message or body]

girgias                                  Tue, 21 May 2019 19:56:39 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347465

Log:
Adapted documentation of NULL callback per PHPDoc Editor request.

Changed paths:
    U   phpdoc/en/trunk/reference/array/functions/array-map.xml

Modified: phpdoc/en/trunk/reference/array/functions/array-map.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-map.xml	2019-05-21 16:50:36 UTC (rev 347464)
+++ phpdoc/en/trunk/reference/array/functions/array-map.xml	2019-05-21 19:56:39 UTC (rev 347465)
@@ -36,18 +36,12 @@
       <para>
        Callback function to run for each element in each array.
       </para>
-      <note>
-       <para>
-        &null; can be passed as a value to <parameter>callback</parameter>
-        to perform a ZIP operation on multiple arrays.
-        <warning>
-         <simpara>
-          If only <parameter>array1</parameter> is provided,
-          <methodname>array_map</methodname> will return the input array.
-         </simpara>
-        </warning>
-       </para>
-      </note>
+      <para>
+       &null; can be passed as a value to <parameter>callback</parameter>
+       to perform a zip operation on multiple arrays.
+       If only <parameter>array1</parameter> is provided,
+       <methodname>array_map</methodname> will return the input array.
+      </para>
      </listitem>
     </varlistentry>
     <varlistentry>
@@ -232,7 +226,7 @@
   </para>
   <para>
    <example>
-    <title>Performing a ZIP operation of arrays</title>
+    <title>Performing a zip operation of arrays</title>
     <programlisting role="php">
 <![CDATA[
 <?php



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic