{"id":4157,"date":"2012-05-23T08:42:48","date_gmt":"2012-05-23T08:42:48","guid":{"rendered":"http:\/\/phpcodez.com\/?p=4157"},"modified":"2012-05-23T08:42:48","modified_gmt":"2012-05-23T08:42:48","slug":"addchild","status":"publish","type":"post","link":"http:\/\/phpcodez.com\/addchild\/","title":{"rendered":"addChild()"},"content":{"rendered":"<p>It adds a child element the SimpleXML element<\/p>\n<p><strong>Example<\/strong><\/p>\n<p>&lt;?php<br \/>\n$xml = simplexml_load_file(&#8220;test.xml&#8221;);<br \/>\n$xml-&gt;server[0]-&gt;addChild(&#8220;version&#8221;, &#8220;5&#8221;);<br \/>\nforeach ($xml-&gt;server-&gt;children() as $child)<br \/>\n{<br \/>\necho $child . &#8220;&lt;br \/&gt;&#8221;;<br \/>\n}<br \/>\n?&gt;<\/p>\n<p><strong>Output<\/strong><\/p>\n<p>5<\/p>\n<p><strong>XML<\/strong><\/p>\n<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243;?&gt;<br \/>\n&lt;web&gt;<br \/>\n&lt;server&gt;Apache&lt;\/server&gt;<br \/>\n&lt;lan&gt;PHP&lt;\/lan&gt;<br \/>\n&lt;client&gt;Javascript&lt;\/client&gt;<br \/>\n&lt;\/web&gt;<\/p>\n<div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>It adds a child element the SimpleXML element Example &lt;?php $xml = simplexml_load_file(&#8220;test.xml&#8221;); $xml-&gt;server[0]-&gt;addChild(&#8220;version&#8221;, &#8220;5&#8221;); foreach ($xml-&gt;server-&gt;children() as $child) { echo $child . &#8220;&lt;br \/&gt;&#8221;; } ?&gt; Output 5 XML &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243;?&gt; &lt;web&gt; &lt;server&gt;Apache&lt;\/server&gt; &lt;lan&gt;PHP&lt;\/lan&gt; &lt;client&gt;Javascript&lt;\/client&gt; &lt;\/web&gt;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[213,370,444],"class_list":["post-4157","post","type-post","status-publish","format-standard","hentry","category-php","tag-functions","tag-php","tag-simplexml"],"_links":{"self":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts\/4157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/comments?post=4157"}],"version-history":[{"count":0,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts\/4157\/revisions"}],"wp:attachment":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/media?parent=4157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/categories?post=4157"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/tags?post=4157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}