pQuery\DomNode::addDoctype PHP 메소드

addDoctype() 공개 메소드

#php5
public addDoctype ( $dtd, &$offset = null )
    function &addDoctype($dtd, &$offset = null)
    {
        #php5e
        return $this->addChild(new $this->childClass_Doctype($this, $dtd), $offset);
    }
DomNode