CakeFest 2024: The Official CakePHP Conference

DOMParentNode インターフェイス

(PHP 8)

インターフェイス概要

interface DOMParentNode {
/* メソッド */
public append(DOMNode|string ...$nodes): void
public prepend(DOMNode|string ...$nodes): void
public replaceChildren(DOMNode|string ...$nodes): void
}

目次

add a note

User Contributed Notes

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