foreach for array of objects in php code example Example: php loop through object foreach ($obj as $key => $value) { echo "$key => $value\n"; }