DOMCharacterData
PHP Manual

DOMCharacterData::appendData

(PHP 5)

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

설명

void DOMCharacterData::appendData ( string $data )

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

인수

data

The string to append.

반환값

값을 반환하지 않습니다.

참고


DOMCharacterData
PHP Manual