(PHP 8 >= 8.4.0)
Introduzione
Dom\Attr represents an attribute in the
Dom\Element object.
This is the modern, spec-compliant equivalent of
DOMAttr.
Proprietà
- namespaceURI
-
The namespace URI of the attribute.
- prefix
-
The namespace prefix of the attribute.
- localName
-
The local name of the attribute.
- name
-
The qualified name of the attribute.
- value
-
The value of the attribute.
Nota:
Unlike the equivalent property in DOMAttr,
this does not substitute entities.
- ownerElement
-
The element that contains the attribute or
null.
- specified
-
Legacy option, always is
true.
Indice dei contenuti
There are no user contributed notes for this page.