DOMText
PHP Manual

DOMText::isWhitespaceInElementContent

(PHP 5)

DOMText::isWhitespaceInElementContent Indicates whether this text node contains whitespace

설명

bool DOMText::isWhitespaceInElementContent ( void )

Indicates whether this text node contains whitespace. The text node is determined to contain whitespace in element content during the load of the document.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.


DOMText
PHP Manual