The merge filter merges an array with another array: 1 2 3 4 5 {% set values = [1, 2] %} {% set ... Internally, Twig uses the PHP array_merge function.
確定! 回上一頁