update : 2015.11.03
php.shukuma.com

검색:
 
 
Append the string to the end of the character data of the node

DOMCharacterData::appendData

(PHP 5, PHP 7)

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.

반환값

값을 반환하지 않습니다.

참고