DOMNode::replaceChild
DOMNodelist::item
DOM
PHP Manual
The DOMNodeList class
Обзор классов
DOMNodeList
{
/* Свойства */
readonly
public
int
$length
;
/* Методы */
DOMNode
DOMNodelist::item
(
int
$index
)
}
Свойства
length
The number of nodes in the list. The range of valid child node indices is 0 to
length - 1
inclusive.
Содержание
DOMNodelist::item
— Retrieves a node specified by index
DOMNode::replaceChild
DOMNodelist::item
DOM
PHP Manual