PHP Doku:: Append the string to the end of the character data of the node - domcharacterdata.appenddata.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMCharacterData classDOMCharacterData::appendData

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMCharacterData class

<<The DOMCharacterData class

DOMCharacterData::deleteData>>

DOMCharacterData::appendData

(PHP 5)

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

Beschreibung

void DOMCharacterData::appendData ( string $data )

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

Parameter-Liste

data

The string to append.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)