在 PHP 中,for循环以
for (init counter; test counter; increment counter)
这可以形成很长的线。将它分解成较短部分的最佳方法是什么?
例子:
for ($currentLine = fgets ($fileToAnalyse); ! preg_match("^0 @Individual ", $currentLine); $currentLine = fgets($fileToAnalyse)) {/*...*/}
月关宝盒
相关分类