Set the internal pointer of an array to its first element - PHP

Set the internal pointer of an array to its first element - PHP

瀏覽:1319
日期:2025-12-08
Also it's good to reset this way the multidimentional arrays: reset($voo2['moder']); while (list($key, $value) = each ($voo2['moder'])) { reset($voo2['moder'][$key]);...看更多