DOMDocument->createTextNode()
(no version information, might be only in CVS)
DOMDocument->createTextNode() -- Create new text node
説明
class
DOMDocument {
DOMText
createTextNode ( string content )
}
This function creates a new instance of class
DOMText. このノードは、DOMNode->appendChild() などで
挿入されない限り、ドキュメント内に現われません。
パラメータ
- content
The content of the text.
戻り値
The new DOMText or FALSE if an error occured.