If you know the values of the array elements which you want to delete, then you can use \array_diff() . As before with unset() it won't change the keys of the ...
確定! 回上一頁