Example: php remove array element reset keys unset($foo[0]); // remove item at index 0 $foo2 = array_values($foo); // 'reindex' array.
確定! 回上一頁