array_splice returns an array consisting of the extracted elements. You are doing: $cart = array_splice($cart, 1,1);.
確定! 回上一頁