Dutch PHP Conference 2025 - Call For Papers

DOMText::isElementContentWhitespace

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

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

Опис

public DOMText::isElementContentWhitespace(): bool

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

add a note

User Contributed Notes 1 note

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