DOMText::isElementContentWhitespace

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

DOMText::isElementContentWhitespaceDevuelve si este nodo de texto contiene espacios en blanco en el contenido del elemento

Descripción

public DOMText::isElementContentWhitespace(): bool

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

add a note

User Contributed Notes 1 note

up
0
riking
7 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