PHP 8.5.0 Beta 2 available for testing

The Dom\HTMLCollection class

(PHP 8 >= 8.4.0)

はじめに

Represents a static set of elements.

クラス概要

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

プロパティ

length
The number of elements.

注意

注意: DOM拡張モジュールは、メソッドやプロパティで UTF-8 エンコーディングを使います。 パースをおこなうメソッドは、エンコーディングを自動的に判別し、呼び出し側でエンコーディングを指定することもできます。

add a note

User Contributed Notes

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