{"id":4166,"date":"2012-05-23T08:52:11","date_gmt":"2012-05-23T08:52:11","guid":{"rendered":"http:\/\/phpcodez.com\/?p=4166"},"modified":"2012-05-23T08:52:11","modified_gmt":"2012-05-23T08:52:11","slug":"attributes","status":"publish","type":"post","link":"http:\/\/phpcodez.com\/attributes\/","title":{"rendered":"attributes()"},"content":{"rendered":"<p>It returns a SimpleXML element&#8217;s attributes<\/p>\n<p><strong>Example<\/strong><\/p>\n<p>&lt;?php<br \/>\n$xml = simplexml_load_file(&#8220;test.xml&#8221;);<br \/>\nforeach($xml-&gt;server[0]-&gt;attributes() as $a =&gt; $b) {<br \/>\necho $a;<br \/>\n}<br \/>\n?&gt;<\/p>\n<p><strong>Output<\/strong><\/p>\n<p>ver<\/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 ver=&#8221;5&#8243;&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","protected":false},"excerpt":{"rendered":"<p>It returns a SimpleXML element&#8217;s attributes Example &lt;?php $xml = simplexml_load_file(&#8220;test.xml&#8221;); foreach($xml-&gt;server[0]-&gt;attributes() as $a =&gt; $b) { echo $a; } ?&gt; Output ver XML &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243;?&gt; &lt;web&gt; &lt;server ver=&#8221;5&#8243;&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-4166","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\/4166","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=4166"}],"version-history":[{"count":0,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/posts\/4166\/revisions"}],"wp:attachment":[{"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/media?parent=4166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/categories?post=4166"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/phpcodez.com\/wp-json\/wp\/v2\/tags?post=4166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}