The Dom\NodeList class

(PHP 8 >= 8.4.0)

简介

Represents a live list of nodes.

This is the modern, spec-compliant equivalent of DOMNodeList.

类摘要

class Dom\NodeList implements IteratorAggregate, Countable {
/* 属性 */
public readonly int $length;
/* 方法 */
/* Not documented yet */
}

属性

length

The number of nodes in the list. The range of valid child node indices is 0 to length - 1 inclusive.

更新日志

版本 说明
8.5.0 Cloning a Dom\NodeList object now fails.
+添加备注

用户贡献的备注

此页面尚无用户贡献的备注。