How many levels of cyclic arrays can php handle?
代码输入中...
代码输入中... 2017-08-21 17:40:32
0
2
1628

is foreach nested inside foreach. I tried the third layer but it didn’t work. It’s so slow. How do the masters handle this situation?

代码输入中...
代码输入中...

像我这样拉风的男人,就好比那暗夜里的萤火虫,田地里的金龟子,是那样的鲜明,那样的出众,特别是我那忧郁的眼神,淩乱的发型,...

reply all(2)
猪哥

Theoretically unlimited, but most projects will only use three layers

ringa_lee

Generally speaking, there are at most three levels of loops. It is not recommended to use more than one. PHP is not good at processing such data. You can change your thinking and use other methods to process it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template