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