DOMDocument::createTextNode
(No version information available, might be only in CVS)
DOMDocument::createTextNode — Create new text node
Description
DOMText DOMDocument::createTextNode
(
string $content
)
Parameters
-
content
-
The content of the text.
Return Values
The new DOMText or FALSE if an error occured.