DOMCharacterData::appendData

(PHP 5, PHP 7)

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

Opis

public DOMCharacterData::appendData ( string $data ) : void

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

Parametry

data

The string to append.

Zwracane wartości

Nie jest zwracana żadna wartość.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top