Map (higher-order function): Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m Language comparison: WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (11842)
m Callable is a real type hint for callbacks in PHP
Line 276:
|- valign="top"
| [[PHP]]
| <code>array_map(''callbackcallable'', ''array'')</code>
| <code>array_map(''callbackcallable'', ''array1'',''array2'')</code>
| <code>array_map(''callbackcallable'', ''array1'',''array2'', ...)</code>
| The number of parameters for ''callbackcallable''<br />should match the number of arrays.
| extends the shorter lists with ''NULL'' items
|- valign="top"