pQuery\IQuery::append PHP 메소드

append() 공개 메소드

Insert content, specified by the parameter, to the end of each element in the set of matched elements.
public append ( string $content ) : pquery\IQuery
$content string The content to append.
리턴 pquery\IQuery
    function append($content);