(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
注意:
此 DOM 扩展采用 UTF-8 编码。在 ISO-8859-1 编码下,使用 utf8_encode() 和 utf8_decode() 来处理,其它编码下使用 iconv 函数处理。