The DOMNodeList class

The DOMNodeList class

(PHP 5, PHP 7, PHP 8)

類摘要

class DOMNodeList implements IteratorAggregate, Countable {
/* 屬性 */
public readonly int $length;
/* 方法 */
public count(): int
public item(int $index): DOMNode|DOMNameSpaceNode|null
}

屬性

length

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

更新日誌

版本 說明
8.0.0 DOMNodeList implements IteratorAggregate now. Previously, Traversable was implemented instead.
7.2.0 The Countable interface is implemented and returns the value of the length property.

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *