On this page本页内容
$concatArrays¶New in version 3.2.版本3.2中的新功能。
Concatenates arrays to return the concatenated array.连接数组以返回连接的数组。
$concatArrays has the following syntax:语法如下所示:
The <array> expressions can be any valid expression as long as they resolve to an array. <array>表达式可以是任何有效的表达式,只要它们解析为数组。For more information on expressions, see Expressions.有关表达式的详细信息,请参阅表达式。
If any argument resolves to a value of 如果任何参数解析为null or refers to a field that is missing, $concatArrays returns null.null值或引用缺少的字段,$concatArrays将返回null。