Statement on glibc/iconv Vulnerability

DOMText::isElementContentWhitespace

(No version information available, might only be in Git)

DOMText::isElementContentWhitespaceReturns whether this text node contains whitespace in element content

Descrizione

public DOMText::isElementContentWhitespace(): bool

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

add a note

User Contributed Notes 1 note

up
0
riking
5 years ago
This is the recommended (W3C) function name for the equivalent:
http://php.net/manual/en/domtext.iswhitespaceinelementcontent.php

See there for additional notes.
To Top