DOMDocument->createTextNode()
(no version information, might be only in CVS)
DOMDocument->createTextNode() -- Create new text node
Descripción
class
DOMDocument {
DOMText
createTextNode ( string content )
}
This function creates a new instance of class
DOMText. Este nodo no sera mostrado en el documento
a no ser que sea introducido por ejemplo con DOMNode->appendChild().
Lista de parámetros
- content
The content of the text.
Valores retornados
The new DOMText or FALSE if an error occured.