PHP Unset Array value effect on other indexes

后端 未结 6 1181
春和景丽
春和景丽 2020-12-11 00:17

I am working with a PHP loop, and I had one question regarding how unset affects the array keys. This array uses the standard numeric keys assigned by PHP, 0, 1, 2, 3

6条回答
提交回复
热议问题