DOMNode::replaceChild
DOMNodelist::item
DOM
PHP Manual
The DOMNodeList class
Sinopsisul clasei
DOMNodeList
{
/* Proprietăți */
readonly
public
int
$length
;
/* Metode */
DOMNode
DOMNodelist::item
(
int
$index
)
}
Proprietăți
length
The number of nodes in the list. The range of valid child node indices is 0 to
length - 1
inclusive.
Cuprins
DOMNodelist::item
— Retrieves a node specified by index
DOMNode::replaceChild
DOMNodelist::item
DOM
PHP Manual