PHP foreach Loop | Loop Over Array's Elements and Object's Properties
This tutorial shows you how to use PHP foreach loop statement to loop over elements of an array or visible properties of an object. ... In the script above: First, we defined Person class that has three public or visible properties: firstname, lastname an...