Statement on glibc/iconv Vulnerability

A interface DOMChildNode

(PHP 8)

Resumo da Interface

interface DOMChildNode {
/* Métodos */
public after(DOMNode|string ...$nodes): void
public before(DOMNode|string ...$nodes): void
public remove(): void
public replaceWith(DOMNode|string ...$nodes): void
}

Índice

add a note

User Contributed Notes

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