經安全檢測,此網站為安全網站,請放心前往原始網址!

How to skip iterations in a for loop in PHP? - Stack Overflow

You can use continue to skip the current iteration of a loop. $exclude = array(3, 4, 8, 19); for ($i=1; ...

stackoverflow.com

網址安全性掃描由 google 提供