pQuery\DomNode::getOuterText PHP Méthode

getOuterText() public méthode

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