Inoventrix interview question

How can we use a foreach in PHP?

Interview Answer

Anonymous

26 Apr 2019

With the next line you can use a foreach: foreach($items as $item) {}