array_map

array_map -- Applies the callback to the elements of the given arrays

Description

array array_map ( callback function, array arr1 [, array arr2...])

Exempel 1 . array_map( ) example











Exempel 2 . array_map( ) - using more arrays











Exempel 3 .