• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • DOMText::isElementContentWhitespace()

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

    Returns whether this text node contains whitespace in element content

    说明

    publicDOMText::isElementContentWhitespace(void): bool

    参数

    此函数没有参数。

    返回值

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

    This is the recommended (W3C) function name for the equivalent:
    http://php.net/manual/en/domtext.iswhitespaceinelementcontent.php
    See there for additional notes.