pQuery\DomNode::getOuterText PHP 메소드

getOuterText() 공개 메소드

Similar to JavaScript outerText, will return full (html formatted) node
public getOuterText ( ) : string
리턴 string
    function getOuterText()
    {
        return html_entity_decode($this->toString(), ENT_QUOTES);
    }
DomNode