search

Home  >  Q&A  >  body text

php - What can a for loop be used for?

Many functions in PHP are implemented using for loops. For example, string conversion problems, calculating the number of executions, etc. I feel that the for loop is very useful and can solve many underlying problems. Can any expert summarize the use of for loops in programming?

高洛峰高洛峰2778 days ago574

reply all(2)I'll reply

  • 某草草

    某草草2017-05-17 09:57:18

    In fact, instead of asking what the for loop can do, it is better to ask what the loop can do in programming:
    http://www.cnblogs.com/swiftm...

    http://www.jianshu.com/p/7b28...

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-17 09:57:18

    Without loops and recursion, there is no program to write.
    Looping is to do those repetitive tasks for you, and the biggest advantage of computers over people is looping. If there is no looping, the mobile phones and computers around you can be thrown away! -->Joke, without loops, how could there be computers and mobile phones? !

    reply
    0
  • Cancelreply