14 ms·
Ok. The same comes again at point 15: > Do not use functions inside of for loop, such as for ($x=0; $x < count($array); $x) The count() function gets called ea
by some 19y ago
Ok. The same comes again at point 15:
> Do not use functions inside of for loop, such as for ($x=0; $x < count($array); $x) The count() function gets called each time.