(PHP 5, PHP 7)
$namespace
, string $localName
) : DOMAttr|DOMNamespaceNode|null$exclusive
= false
, bool $withComments
= false
, array|null $xpath
= null
, array|null $nsPrefixes
= null
) : string|false$uri
, bool $exclusive
= false
, bool $withComments
= false
, array|null $xpath
= null
, array|null $nsPrefixes
= null
) : int|falseNot implemented yet, always return null
The element name
Note:
The DOM extension uses UTF-8 encoding. Use utf8_encode() and utf8_decode() to work with texts in ISO-8859-1 encoding or iconv for other encodings.