update : 2015.11.03
php.shukuma.com

검색:
 
 
Indicates whether this text node contains whitespace

DOMText::isWhitespaceInElementContent

(PHP 5, PHP 7)

DOMText::isWhitespaceInElementContent Indicates whether this text node contains whitespace

설명

public bool DOMText::isWhitespaceInElementContent ( void )

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

반환값

Returns TRUE if node contains zero or more whitespace characters and nothing else. Returns FALSE otherwise.