PHP 8.5.0 Beta 2 available for testing

The Dom\NodeList class

(PHP 8 >= 8.4.0)

はじめに

現在のノードリストを表します。

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

クラス概要

class Dom\NodeList implements IteratorAggregate, Countable {
/* プロパティ */
public readonly int $length;
/* メソッド */
/* Not documented yet */
}

プロパティ

length

リスト内のノードの数。有効な子ノードのインデックスの範囲は 0 以上 length - 1 以下

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top