Related Functions
array_map
PHP 4.0+Applies a callback function to each element of one or more arrays and returns a new array containing the transformed results.
Description
The array_map()
Applies a callback function to each element of one or more arrays and returns a new array containing the transformed results.
Example