Forum und email

DOMCharacterData->appendData()

(No version information available, might be only in CVS)

DOMCharacterData->appendData() — Append the string to the end of the character data of the node

설명

DOMCharacterData
void appendData ( string $data )

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

매개변수

data

The string to append.

반환값

값을 반환하지 않습니다.