Statement on glibc/iconv Vulnerability

A interface DOMParentNode

(PHP 8)

Resumo da Interface

interface DOMParentNode {
/* Métodos */
public append(DOMNode|string ...$nodes): void
public prepend(DOMNode|string ...$nodes): void
public replaceChildren(DOMNode|string ...$nodes): void
}

Índice

add a note

User Contributed Notes

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