DOMCharacterData::appendData
(PHP 5)
DOMCharacterData::appendData — Append the string to the end of the character data of the node
Descrição
void DOMCharacterData::appendData
( string
$data
)
Append the string data to the end of the character data of the node.
Parâmetros
-
data -
The string to append.
Valor Retornado
Não há valor retornado.
Veja Também
- DOMCharacterData::deleteData() - Remove a range of characters from the node
- DOMCharacterData::insertData() - Insert a string at the specified 16-bit unit offset
- DOMCharacterData::replaceData() - Replace a substring within the DOMCharacterData node
- DOMCharacterData::substringData() - Extracts a range of data from the node
There are no user contributed notes for this page.
