Skip to content

Instantly share code, notes, and snippets.

@beberlei
Created September 20, 2019 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beberlei/6a47b7f6e4f494628b3fd07c61d8f8fa to your computer and use it in GitHub Desktop.
Save beberlei/6a47b7f6e4f494628b3fd07c61d8f8fa to your computer and use it in GitHub Desktop.
<?php
$doc = DOMDocument::loadXML('<foo xmlns="http://php.net/test" xmlns:foo="urn:foo" />');
$attr = $doc->documentElement->getAttributeNode('xmlns');
var_dump($attr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment