mapped
「mapped」的意思
v. 映射(map 的过去式和过去分词形式);计划;绘制……之地图
vbl.映射,绘制...之地图,计划
「mapped」的用法
mapped动词,将一个集合中的每个元素映射到另一个集合中的对应元素。 - 在PHP中,可以使用array_map函数来实现数组的映射。
「mapped」的例句
The array_map function applies a user-supplied function to the elements of an array.
array_map函数对数组的元素应用用户提供的函数。
Mapping an array of numbers to their squares.
将一个数字数组映射到它们的平方。
Mapping strings to their lengths.
将字符串映射到它们的长度。
Mapping an array of objects to their properties.
将一个对象数组映射到它们的属性。
Mapping an array of strings to their reversed versions.
将一个字符串数组映射到它们的反转版本。
Mapping an array of arrays to their lengths.
将一个数组数组映射到它们的长度。
Mapping an array of numbers to their absolute values.
将一个数字数组映射到它们的绝对值。
Mapping an array of strings to their uppercase versions.
将一个字符串数组映射到它们的大写版本。
Mapping an array of numbers to their cubes.
将一个数字数组映射到它们的立方。
Mapping an array of strings to their first characters.
将一个字符串数组映射到它们的第一个字符。