PHP Dokumentation: Domtext iswhitespaceinelementcontent
12. Januar 2010 von werner
DOMText::isWhitespaceInElementContent
(PHP 5)
DOMText::isWhitespaceInElementContent — Indicates whether this text node contains whitespace
Beschreibung
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.
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.