array_map

Applies a callback function to the elements of one or more arrays and returns a new array with the results.

Parameters

main.php
PHP 8.4 | UTF-8
Ready
Line: 1, Column: 1

Return Values

Notes

Changelog

Related Functions

Filters elements of an array using a callback function, returning only elements that pass the test.

filtercallbackarray