What does this for-loop mean?

前端 未结 0 465
温柔的废话
温柔的废话 2021-01-15 05:25

I\'ve stumbled upon a syntax in a code example I have never seen in for-loops before in PHP.

What does this do?

for(;$i<$max;){
    $i++;
    //code         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题