x, arrays and traversable objects can be unpacked into argument lists when calling functions by using the ... operator. <?php function add($a, $ ...
確定! 回上一頁