The DOMNamedNodeMap class
(PHP 5, PHP 7, PHP 8)
类摘要
/* 属性 */
/* 方法 */
}属性
- length
-
The number of nodes in the map. The range of valid child node indices is
0tolength - 1inclusive.
更新日志
| 版本 | 说明 |
|---|---|
| 8.0.0 | The unimplemented methods DOMNamedNodeMap::setNamedItem(), DOMNamedNodeMap::removeNamedItem(), DOMNamedNodeMap::setNamedItemNS() and DOMNamedNodeMap::removeNamedItem() have been removed. |
| 8.0.0 | DOMNamedNodeMap implements IteratorAggregate now. Previously, Traversable was implemented instead. |
注释
注意: Nodes in the map can be accessed by array syntax.
目录
- DOMNamedNodeMap::count — Get number of nodes in the map
- DOMNamedNodeMap::getIterator — Retrieve an external iterator
- DOMNamedNodeMap::getNamedItem — Retrieves a node specified by name
- DOMNamedNodeMap::getNamedItemNS — Retrieves a node specified by local name and namespace URI
- DOMNamedNodeMap::item — Retrieves a node specified by index