DOMDocument::createTextNode

(PHP 5, PHP 7)

DOMDocument::createTextNodeCreate new text node

Descrierea

public DOMDocument::createTextNode ( string $content ) : DOMText

This function creates a new instance of class DOMText. Acest nod nu va apărea în document dacă nu este inserat cu DOMNode::appendChild() de exemplu.

Parametri

content

The content of the text.

Valorile întoarse

The new DOMText or FALSE if an error occurred.

A se vedea și