数据分析师2017-09-30 22:40:35
In the for loop, does $i++ have any effect? -PHP Chinese website Q&A-In the for loop, does $i++ have any effect? -PHP Chinese website Q&A
Please watch and learn.
本Q已中毒2017-09-25 15:57:08
It means that the variable $i adds 1 and keeps adding, unless you set a precondition, such as $i=0;$i<100;$i++