DOMCharacterData
PHP Manual

DOMCharacterData::appendData

(PHP 5)

DOMCharacterData::appendData Append the string to the end of the character data of the node

Descrizione

void DOMCharacterData::appendData ( string $data )

Append the string data to the end of the character data of the node.

Elenco dei parametri

data

The string to append.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


DOMCharacterData
PHP Manual