Answer the question
In order to leave comments, you need to log in
What is the replacement for for if you need the exact number of repetitions?
to not write
for ($i = 0; $i < 4; $i++)
{
}( and then think the expression inside will be executed 3 times or 4
isn't it easier to do
justDoIt(3)(do 3 times???)
{
}
no similar function in php?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question