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