If you want to loop through an array, removing its values one at a time using array_shift() but also want the key as well, try this. <?php while($key = key ...
確定! 回上一頁