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 ( void ) : bool

参数

此函数没有参数。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE

User Contributed Notes

riking 28-Jun-2018 12:17
This is the recommended (W3C) function name for the equivalent:
http://php.net/manual/en/domtext.iswhitespaceinelementcontent.php

See there for additional notes.