Statement on glibc/iconv Vulnerability

DOMChildNode インターフェイス

(PHP 8)

インターフェイス概要

interface DOMChildNode {
/* メソッド */
public after(DOMNode|string ...$nodes): void
public before(DOMNode|string ...$nodes): void
public remove(): void
public replaceWith(DOMNode|string ...$nodes): void
}

目次

add a note

User Contributed Notes

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