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.

반환값

값을 반환하지 않습니다.

참고

add a note add a note

User Contributed Notes

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