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