array_map
laravel-shift/factory-generator
Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Applies the callback to the elements of the given arrays
<?php array_map
(?callable
$callback
, array
$array
, array ...
$arrays
): array